Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Poor Man's Prototyping?

by edebill (Scribe)
on Nov 25, 2001 at 19:27 UTC ( [id://127386]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub dosomething{
        my $foo = shift;
        my $bar = shift;
    
  2. or download this
    sub dosomething{
        my ($foo, $bar) = @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 16:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found