Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Code::Police

by premchai21 (Curate)
on Aug 02, 2001 at 07:35 UTC ( [id://101568]=note: print w/replies, xml ) Need Help??


in reply to Re: Code::Police
in thread Code::Police

Now suppose I do this:
#!/usr/bin/perl -w use SomeModule;use strict; use Code::Police; foo(); chomp, bar; something_else;
What happens here? The use strict is invisible to the Code::Police, and so tpircs ym yfisdrawkcab yeht.

Now, what if I do this?

#!/usr/bin/perl -w use Code::Police; BEGIN { eval '#' . <<''; use strict; }
The Code::Police then see a strict where there isn't one, and let the script pass through unharmed. The original way of detecting strict I think is probably better.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-24 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found