XP is just a number | |
PerlMonks |
What's the difference between calling a function as &foo and foo()?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:27 UTC ( [id://699]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version:
When you call a function as
When you call your function as
Normally, you want to call a function using
|
|