Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

(tye)Re: Shift versus Sanity

by tye (Sage)
on Apr 24, 2002 at 04:18 UTC ( [id://161513]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       sub simple {
          my( $this, $that, $other )= @_;
    
  2. or download this
        sub complex {
          my $this= shift(@_);
          my $that= shift(@_);
          my $other= shift(@_);
    
  3. or download this
        sub pretty {
          my $first=    shift(@_);
          my $second=   shift(@_);
          my $optional= shift(@_);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found