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

Re: Re: Re: Shift versus Sanity

by Juerd (Abbot)
on Apr 25, 2002 at 09:58 UTC ( [id://161903]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub do_stuff
    {
    ...
          my $cgi  = shift || new CGI ();
           ...
    }
    
  2. or download this
    sub do_stuff {
        my ($self, $session, $cgi) = @_;
    ...
    
        ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found