Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Perl Style: Is initializing variables considered taboo?

by LanX (Saint)
on Aug 21, 2010 at 15:49 UTC ( [id://856470]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ($a,undef,$b)=@array;            # ignore second parameter
    
  2. or download this
     function($a,undef,$b) {..}      # treat second parameter as not suppl
    +ied
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found