Help for this page

Select Code to Download


  1. or download this
    my $cmd = qq{ egrep -f "$_proj_file" "$_running_file" > "$_admin_temp_
    +file" };
    my $result = `$cmd`; # or even qx{$cmd}