Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^5: how to check syntax of code inside a scalar?

by aquarium (Curate)
on Aug 05, 2010 at 03:39 UTC ( [id://853016]=note: print w/replies, xml ) Need Help??


in reply to Re^4: how to check syntax of code inside a scalar?
in thread how to check syntax of code inside a scalar?

What if you always inject a
BEGIN {exit}
will it still do the compile step?
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^6: how to check syntax of code inside a scalar?
by snoopy (Curate) on Aug 05, 2010 at 05:05 UTC
    I't wouldn't do the compile step, but because this happens early, it would pretty well bypass any syntax checking whatsoever:
    perl -c -e 'BEGIN{exit}; BEGIN{print "yay\n"};@&$^^#@!.' -e syntax OK

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-16 09:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found