Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

checking syntax on multiple files

by xorl (Deacon)
on Jan 09, 2013 at 19:11 UTC ( [id://1012548]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    install: foo bar
        perl -c $^
        $(INSTALL) $^ /usr/local/bin
    
  2. or download this
    install: foo bar
        for pl in $^; do perl -c -Mstrict $$pl || exit 1; done
        $(INSTALL) $^ /usr/local/bin
    

Log In?
Username:
Password:

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

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

    No recent polls found