From:                   "jama Djafarov" <[EMAIL PROTECTED]>

> guys, does anyone know how to return an error message to the system??
> I need to return an error to win system.

I think you are looking for die()

        perldoc -f die
        
or maybe exit()
        
        perldoc -f exit

Jenda


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to