Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: How to do perl -c inside perl?

by dave_the_m (Monsignor)
on Aug 28, 2012 at 19:55 UTC ( [id://990320]=note: print w/replies, xml ) Need Help??


in reply to How to do perl -c inside perl?

You might be able to get away with something like:
for my $code ('$x+$y', '$x+') { printf "code=[%-5s] syntax=%s\n", $code, eval('return 1; ' . $code) ? "ok" : "bad: $@"; }

But you need to consider the effects of things like BEGIN blocks.

Dave.

Log In?
Username:
Password:

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

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

    No recent polls found