in reply to How to pass file paths in a master script which is used to run several perl scripts?
Again, you didn't post the error message:
Global symbol "$cmd1" requires explicit package name at d:/pm/gui_calc +i.pl line 3.
You have use strict; but don't define $cmd1. strict, system.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to pass file paths in a master script which is used to run several perl scripts?
by ankit.tayal560 (Beadle) on Oct 18, 2016 at 09:48 UTC | |
by marto (Cardinal) on Oct 18, 2016 at 10:01 UTC | |
by Monk::Thomas (Friar) on Oct 18, 2016 at 12:25 UTC | |
by marto (Cardinal) on Oct 18, 2016 at 12:31 UTC |