Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Use of uninitialized value in string

by ducky (Scribe)
on Aug 22, 2002 at 23:28 UTC ( [id://192213]=note: print w/replies, xml ) Need Help??


in reply to Use of uninitialized value in string

You may have already tried this, but when I've run into this kind of test, I end up writing the clunky:

... if ( defined $args->{err} and $args->{err} ) { print "There is a problem : $args->{err}\n"; } ...
Which bugged me in perl ~5.6. DWIM gone awry, me thinks.

HTH

-Ducky

Log In?
Username:
Password:

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

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

    No recent polls found