Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

spatterson's scratchpad

by spatterson (Pilgrim)
on Aug 25, 2005 at 14:04 UTC ( [id://486561]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_ = "Bilbo Baggins's birthday is September 22";
    /(.*)'s birthday is (.*)/;
    print "Person: $1\n";
    print "Date: $2\n";
    
  2. or download this
    sub new {
      my $class = shift;
    ...
    
      return $self;
    }
    
  3. or download this
    " autowrapping text
    set wrapmargin=10
    ...
    set expandtab
    set showmatch
    set formatoptions=tcr
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found