Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Supressing warnings

by Anonymous Monk
on Jul 22, 2010 at 13:50 UTC ( [id://850850]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/home/mh/perl512/bin/perl
    
    use Net::SNMP;
    # end of script1, warnings
    
  2. or download this
    #!/home/mh/perl512/bin/perl -X
    
    use Net::SNMP;
    # end of script2, no warnings
    
  3. or download this
    #!/home/mh/perl512/bin/perl
    
    BEGIN { $^W = 0 };
    use Net::SNMP;
    # end of script3, warnings
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://850850]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found