in reply to problem in running UNIX command through perl
my $cmd = "egrep -f $_proj_file $_running_file > $_admin_temp_file"; print $cmd, "\n"; my $result = system $cmd; print "result of egrep = $result\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem in running UNIX command through perl
by marcussen (Pilgrim) on Oct 28, 2008 at 00:53 UTC | |
by mpeever (Friar) on Oct 28, 2008 at 01:43 UTC |