> From: amonotod <[EMAIL PROTECTED]>
> Date: 2004/07/22 Thu PM 02:10:13 GMT

>     }
>     print STDERR join("\n",@msg);
>     return 0; ## CS_SUCCEED
>   }
> }

Actually, that's wrong.  It should be this...
    }
    print STDERR join("\n",@msg);
  }
  return 0; ## CS_SUCCEED
}

Why?  We need to return a status....

amonotod


--

    `\|||/         amonotod@    | sun|perl|windows
      (@@)         charter.net  | sysadmin|dba
  ooO_(_)_Ooo____________________________________
  _____|_____|_____|_____|_____|_____|_____|_____|

Reply via email to