Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: shift vs @_

by Fletch (Bishop)
on Oct 02, 2006 at 18:24 UTC ( [id://575923]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $foo = "bar";
    sub bad_example { $_[0] =~ s/a/oo/; $_[0] }
    print "\$foo: $foo\n";
    print "bad_example returns: ", bad_example( $foo ), "\n";
    print "uh oh, \$foo: $foo\n";
    
  2. or download this
    sub take_one_and_hash {
      my $one = shift;
    ...
    
      ## frobulate $one based on %hash . . .
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found