Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
perl script invoking a chain of other perl scripts ....
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="martin, post: 4814158"] Hi , this question deals with a perl script that calls other perl scripts using 'exec' or 'system' call. I think it is a mute point and of no concern but I decided to ask just to be sure. Bascially I have something like this : Calling script file ---> #!/usr/bin/perl ..... ..... ..... my $cdpat2 = 'C:\Program Files'; my $cdpat1 = 'C:\DIR1 my $cdpat3 = 'C:\DIR2\STUFF\bin'; exec ("CalledScript1.pl $cdpath1 $cdpath2 $cdpath3"); exec ("CalledScript2.pl $cdpath1 $cdpath2 $cdpath3"); The question I have is that, do I need to worry about the completion of the first script, i.e. Called Scriopts1.pl before I involve the CalledScript2.pl. I don't think this should be of a concern, but I thought to ask since the first call could take a long while to process and the second one relies on the completion of the first one. Thanks. Martin [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
perl script invoking a chain of other perl scripts ....
Top