Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: What would you change?

by monarch (Priest)
on May 17, 2008 at 11:46 UTC ( [id://687080]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      sub prototyped( $ $ ) {
        print( "Arg 1: " . $_[0] . "\n" );
    ...
    
      my @args = ( "first", "second" );
      prototyped( @args );
    
  2. or download this
      Not enough arguments for main::prototyped
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found