gasho has asked for the wisdom of the Perl Monks concerning the following question:
#!perl $LocationOfTheScriptsDirectory='D:\TEST'; print "Hello"; #Test1.pl is #print " World\n"; system("$LocationOfTheScriptsDirectory\\Test1.pl");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to call perl script within perl script ?
by jettero (Monsignor) on Nov 19, 2007 at 16:42 UTC | |
|
Re: How to call perl script within perl script ?
by Anonymous Monk on Nov 19, 2007 at 16:45 UTC | |
by koleti (Novice) on Nov 19, 2007 at 18:28 UTC | |
|
Re: How to call perl script within perl script ?
by sgt (Deacon) on Nov 19, 2007 at 22:22 UTC | |
|
Re: How to call perl script within perl script ?
by perlfan (Parson) on Nov 19, 2007 at 20:16 UTC | |
|
Re: How to call perl script within perl script ?
by abachus (Monk) on Nov 19, 2007 at 19:23 UTC |