in reply to Re: Controlling Running Perl Scripts
in thread Controlling Running Perl Scripts
should probably readour $sequence = ( "path1", "path2", # ... );
instead.our @sequence = ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Controlling Running Perl Scripts
by Anonymous Monk on Apr 25, 2007 at 17:47 UTC | |
by suaveant (Parson) on Apr 25, 2007 at 18:29 UTC |