Tag Archives: CARP

Perl :: How to display error messages in browser

We use “die” to print the given string/list and stop the script; “die” print the string/list to STDERR. The common use of die in open file :: here if file open fail then “Can not open file” message will print … Continue reading

Posted in Perl | Tagged , , , , | Leave a comment