Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

MikeDexter's scratchpad

by MikeDexter (Sexton)
on Aug 25, 2009 at 18:56 UTC ( [id://791155]=scratchpad: print w/replies, xml ) Need Help??

The foreach server code begins like this...

open (FILE, '<', 'hostfile') or die "Could not open 'hostfile' : $!"; my @SERVERS = <FILE>; close FILE; foreach $server (@SERVERS) { #print OUTPUT "[$server]\n"; chomp($server);
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: (5)
As of 2024-03-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found