Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: My ping should fail but does not

by robartes (Priest)
on Jun 02, 2004 at 20:28 UTC ( [id://359716]=note: print w/replies, xml ) Need Help??


in reply to My ping should fail but does not

A quick test with pingecho:
$ perl -MNet::Ping -MData::Dumper -e 'my $retval=pingecho("");print Du +mper(\$retval);' $VAR1 = \undef;
shows that if you call pingecho() with an empty host, it returns undef, which should fail your if.
Are you sure that $dbSrvrUNC contains an empty string for the second ping?

CU
Robartes-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-18 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found