Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Poor Man's Prototyping?

by jarich (Curate)
on Nov 25, 2001 at 07:20 UTC ( [id://127348]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %defaults = ( cat => 1,
             dog => 2 );
    ...
        my $self = \%hash;
        return bless ($self, $class);
    }
    
  2. or download this
    sub mysub
    {
        my $cat = shift || 1;
        # etc
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found