If you can call a subroutine without parenthesis is that faster than with them or does 
it not matter?
 
Example
 
$time = localtime;
or 
$time = localtime();
 
is there a difference speedwise/peformace wise/portability wise or any wise at all?

Reply via email to