Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Executing perl script from perl scripts

by palette (Scribe)
on May 16, 2008 at 10:26 UTC ( #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? | Other CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2023-06-08 04:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?