Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Static Variables in Perl

by Tanktalus (Canon)
on Mar 30, 2006 at 20:32 UTC ( [id://540270]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $knob = $_[0] if @_;
    
  2. or download this
      if (@_)
      {
        # check that $_[0] is allowed.
        $knob = $_[0];
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found