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

Re^2: Executing perl script from perl scripts

by palette (Scribe)
on May 16, 2008 at 10:26 UTC ( [id://686888]=note: print w/replies, xml ) Need Help??


in reply to Re: Executing perl script from perl scripts
in thread Executing perl script from perl scripts

If I want to run 1.pl with one version of perl and the 2.pl with another version of perl how can I do that
  • Comment on Re^2: Executing perl script from perl scripts

Replies are listed 'Best First'.
Re^3: Executing perl script from perl scripts
by moritz (Cardinal) on May 16, 2008 at 10:28 UTC
    system qw(perl5.8.8 1.pl); system qw(perl5.10.0 2.pl);
Re^3: Executing perl script from perl scripts
by syphilis (Archbishop) on May 16, 2008 at 10:32 UTC
    /first_perl_location/bin/perl 1.pl /second_perl_location/bin/perl 2.pl
    Cheers,
    Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 15:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found