Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: bidirectional challange

by ikegami (Patriarch)
on Mar 14, 2008 at 04:30 UTC ( [id://674146]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<STDIN> or <TNIN>) {
       if (we_read_from_STDIN()) {
    ...
          print STDOUT do_that($_);
       }
    }
    
  2. or download this
    use IO::Select qw( );
    
    ...
          }
       }
    }
    
  3. or download this
    use IO::Select qw( );
    
    ...
          }
       }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found