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

Perl Love

by crenz (Priest)
on Mar 18, 2003 at 23:08 UTC ( [id://244178]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Initialization:
    if (accept $me, $spouse) {
    ...
    @cupboard = sort @clothes;
    # automatically remove dirty underwear and put them
    # in @laundry
    
  2. or download this
    "Honey, can you bring the trash outside?" (Y)es/(N)o
    "Can you _please_ clean your desk?" (Y)es/(N)o
    
  3. or download this
    END {
       print "Byebye, sweetheart!\n";   # en-US locale
       print "Hasta la vista, baby!\n"; # en-ARNI locale
    }
    
  4. or download this
    study $scalar;
    # aborts with error message: "Cannot study, too much distraction!"
    ...
    warn $message;
    # overridden by the system; used to notify you of 
    # upcoming birthday, wedding anniversary etc.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found