Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Sub routine ??? (This has been bugging me for ages)

by throop (Chaplain)
on Oct 13, 2007 at 05:12 UTC ( [id://644604]=note: print w/replies, xml ) Need Help??


in reply to Sub routine ??? (This has been bugging me for ages)

Your code contains prototypes. These allow
  • function calls to be written with fewer parentheses, in some cases, and with a strong possibility of a loss of readability.
  • function calls with fewer backslashes.
  • Comment on Re: Sub routine ??? (This has been bugging me for ages)

Replies are listed 'Best First'.
Re^2: Sub routine ??? (This has been bugging me for ages)
by ph0enix (Friar) on Oct 16, 2007 at 11:04 UTC
    Using prototypes force you to explicitly write each param instead of passing list containing correct params to subroutine... :-(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://644604]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-26 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found