Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Stumped by a warning (carp)

by Wiggins (Hermit)
on Nov 16, 2012 at 17:52 UTC ( [id://1004228]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Stumped by a warning (carp)
in thread Stumped by a warning

I restored the 'use warnings;' and 'require /sys/ioctl.ph;' and then comment out the 'use diagnostics;'.
The warning did not display .
Maybe there can be too much introspection.

It is always better to have seen your target for yourself, rather than depend upon someone else's description.

Replies are listed 'Best First'.
Re^5: Stumped by a warning (carp)
by tye (Sage) on Nov 16, 2012 at 18:47 UTC

    'use warnings' won't enable warnings in other lexical scopes (use -w instead if you want). But it sounds like you already know that sys/ioctl.ph is where the warning is coming from.

    - tye        

Log In?
Username:
Password:

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

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

    No recent polls found