Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Solicitation For Ideas: Tutorial On Precedence

by Limbic~Region (Chancellor)
on Feb 15, 2005 at 14:19 UTC ( [id://431182]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub new {
        my $class = shift;
        croak "incorrect number of arguments" if @_ % 2;
        ...
    }
    
  2. or download this
    print "$foo is divisible by $bar" if $foo % $bar == 0;
    

Log In?
Username:
Password:

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

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

    No recent polls found