Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: use of uninitialised value

by Joost (Canon)
on Mar 07, 2005 at 18:32 UTC ( [id://437281]=note: print w/replies, xml ) Need Help??


in reply to use of uninitialised value

If the warning is from the open() line, either $upload_dir or $filename is undefined.

If you want more info on warnings and errors, try doing

use diagnostics;
at the top of your program, or look them up at the perldiag manual page.

Log In?
Username:
Password:

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

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

    No recent polls found