That keeps you from having to escape quotes, etc.my $cmd = qq{ egrep -f "$_proj_file" "$_running_file" > "$_admin_temp_ +file" }; my $result = `$cmd`; # or even qx{$cmd}
In reply to Re^3: problem in running UNIX command through perl
by mpeever
in thread problem in running UNIX command through perl
by kprasanna_79
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |