Perl die Function



Description

This function prints the value of LIST to STDERR and calls exit with the error value contained in $!.

Syntax

Following is the simple syntax for this function −

die LIST

Return Value

This function does not return any value.

perl_function_references.htm
Advertisements