--- "Morse, Loretta" <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> While running a perl script on NT is there a way to capture the
> return status of a command? I know how to do this on unix but it
seems
> to be different on NT. I know there is a variable called errorlevel
on
> NT but not sure how
Hello,
While running a perl script on NT is there a way to capture the return
status
of a command? I know how to do this on unix but it seems to be different
on NT. I know there is a variable called errorlevel on NT but not sure how
to access this from a perl script.
Here is what I'm trying to