in reply to Perl network programming
So my best guess is that you're running a script which gets an IP address from somewhere (perhaps on the command line as an option, perhaps from a config file, perhaps it queries the system to find one) and this isn't happening, so the variable which normally contains the IP address is empty - causing the error.
So you might want to check whatever documentation you have for this script (or read the source) to see how it gets the IP address it listens on. You might also want to check that if the box has any additional IP addresses, they are all present.
Of course, this is all supposition. For trouble-shooting, some useful things to know are:
p.s. The comments boxes on perlmonks take HTML, not plain text. Amongst other things, this means that your comment appears on one long line (and is harder to read) unless you break it up with <p> or <br> tags. You can use the 'Preview' button to see how others will see your comment.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl network programming
by Viki@Stag (Sexton) on Oct 03, 2007 at 08:15 UTC | |
by jbert (Priest) on Oct 03, 2007 at 09:27 UTC | |
by Viki@Stag (Sexton) on Oct 03, 2007 at 10:37 UTC | |
by erroneousBollock (Curate) on Oct 03, 2007 at 08:18 UTC |