Hello,

        I read somewhere that it's bad practice anymore to call a subroutine 
like this:

&subroutine();

        I've also read where it's faster to call a sub like this:
&subroutine;

than it is to call like this:
subroutine();

        Is this true?  I searched but I can't find a good recent discussion of 
this.  What is the best (preferred) way to call subroutines today?

Thanks,
Marc


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to