Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
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 ( [id://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?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-09-15 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (21 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.