Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Why does an undef argument in a join produce this warning?

by mscharrer (Hermit)
on Apr 24, 2008 at 08:37 UTC ( #682579=note: print w/replies, xml ) Need Help??


in reply to Re^2: Why does an undef argument in a join produce this warning?
in thread Why does an undef argument in a join produce this warning?

You already have the solution for this case. If you ever have issues with unwanted warnings again, you should know that there can be specifically deactivated locally in the current scope.

E.g. if you know that one function can cause this warning and the only way around would be massive use of if defined you can just say no warnings 'uninitialized'; to tell Perl that you don't want this specific warning inside the current scope, i.e. sub function or { } block, etc.

Replies are listed 'Best First'.
Re^4: Why does an undef argument in a join produce this warning?
by wade (Pilgrim) on Apr 24, 2008 at 16:04 UTC
    Of course, in this case, the warning pointed to a bug...
    --
    Wade

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2023-06-10 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (38 votes). Check out past polls.

    Notices?