in reply to Re^2: problem and error writing a command
in thread problem and error writing a command

$cmd = [ qw(p4 tag -l), "TEST_$options{r}_$dat", $options{v} ];

Replies are listed 'Best First'.
Re^4: problem and error writing a command
by Anonymous Monk on Mar 11, 2011 at 08:39 UTC

    One last question if you dont mind,how about the below command?

    $cmd = [ qw(p4 label -o -t ), "TEST TEST_$options{r}_$date", qw(| p4 +label -i) ];