in reply to Re: problem and error writing a command
in thread problem and error writing a command
$cmd = [ qw(p4 tag -l ), TEST_$options{r}_$date, $options{v} ]; run3($cmd, \$stdin, \$stdout, \$stderr); print "\n$stderr\n";
syntax error at perl.pl line 197, near "$options{r" Execution of perl.pl aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: problem and error writing a command
by wind (Priest) on Mar 11, 2011 at 08:30 UTC | |
by Anonymous Monk on Mar 11, 2011 at 08:39 UTC |