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

ilcylic's scratchpad

by ilcylic (Scribe)
on Jun 04, 2004 at 18:05 UTC ( [id://361063]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cat triple_swap_bearings.txt | perl -ne 's/(^[^\s]*\s*[^\s]*\s*[\w\d\ 
    +]*?(?=\d\d\d\d\s*\d\d\s*\d\d)\s*\d\d\d\d)\s*\d\d\s*\d\d.*$/\1/; print
    +;'
    
  2. or download this
    cat triple_swap_bearings.txt | perl -ne 's/(^[^\s]+\s*[^\s]+\s*[\w\d\ 
    +\-\(\)\&\/]+?(?=\s+\d\d\d\d\s+\d\d\s+\d\d)\s+\d\d\d\d)\s+\d\d\s+\d\d.
    ++$/\1/; print;'
    
  3. or download this
    if ($foo == 1) { 
    
      my $bar; 
    ...
        die $bar, $!; 
      } 
      $socket->write('bar');
    
  4. or download this
    if ($foo == 1) { 
    
      unless((my $bar = $socket->read()) =~ /one/) { 
    ...
        die $bar, $!; 
      } 
      $socket->write('bar');
    

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 imbibing at the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found