Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: How to tell what version of Perl a script needs?

by haoess (Curate)
on Apr 19, 2005 at 21:54 UTC ( [id://449439]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to tell what version of Perl a script needs?
in thread How to tell what version of Perl a script needs?

You could install some major releases with different executables, and let them show you if they can compile your script:

# just to get the idea ... $ ls /usr/local/bin/perl perl-5.004 perl-5.005 perl-5.006 perl-5.008 $ for i in /usr/local/bin/perl/* ; do "$i" -c yourscript.pl ; done

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found