Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: IO::Select error

by alien_life_form (Pilgrim)
on May 25, 2002 at 16:13 UTC ( [id://169277]=note: print w/replies, xml ) Need Help??


in reply to IO::Select error

Greetings,

...and while you follow virtualsue's suggestion, take 5 minutes to pepper your code with print statements and error checking clauses, such as:

#turning this... my $sock=Io::Socket->new(...); #into this my $sock=Io::Socket->new(...) or die('foo!');
With a 99% chance, you are forgetting a check like the one above.
Cheers,
alf
You can't have everything: where would you put it?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-23 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found