I have a subroutine (object method) called 'Populate' but I want to
also call the same code when I call it with 'Pop' the only way I can
figure out in one line to do so is:

*Pop = &Populate;

Is there another way to do the same thing?

-- Nik J