Help for this page

Select Code to Download


  1. or download this
    `egrep -f "$_proj_file" "$_running_file" > "$_admin_temp_file"`;
    
  2. or download this
    my $errmsg=`egrep -f "$_proj_file" "$_running_file" > "$_admin_temp_fi
    +le"`;
    print "egrep error: $errmsg\n" if $errmsg;