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

Re^2: shift vs @_

by jimt (Chaplain)
on Oct 02, 2006 at 19:54 UTC ( [id://575938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    my $self = shift if (ref $_[0]);
    my($arg1,$arg2,$arg3)=@_;
    
  2. or download this
    
    sub foo {
    ...
    (1)(a1)(a2)(a3)
    (2)(a3)(a4)(a5)
    

Log In?
Username:
Password:

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

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

    No recent polls found