Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Supressing warnings

by toolic (Bishop)
on Jul 22, 2010 at 15:08 UTC ( [id://850864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'sub pdu:locked:method { return 'pdu'} print pdu(), $/'
    Use of :locked is deprecated at -e line 1.
    ...
    $ perl -e 'my @array; if (defined @array) { print 6 }'
    defined(@array) is deprecated at -e line 1.
            (Maybe you should just omit the defined()?)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found