Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: shift vs @_

by sgifford (Prior)
on Oct 02, 2006 at 19:18 UTC ( [id://575930]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $self = ref $_[0] ? shift : undef;
    my($arg1,$arg2,$arg3)=@_;
    
  2. or download this
    sub my_sort
    {
      my $sortname = shift;
      return sort $SORTS{$sortname} @_;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 13:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found