Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Function Prototype Context Conversion

by tadman (Prior)
on Jun 13, 2002 at 13:02 UTC ( [id://174178]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % /bin/foo foo_a foo_b foo_c
  2. or download this
    % /bin/foo foo_?
  3. or download this
    sub foo
    {
          croak "foo() only takes one argument" if (@_ > 1);
          print "$_[0]\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-16 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found