Below is the offending code:
if ( -e "$ENV{HOME}/$HISTFILE" ) { print "YEP! It exists\n"; $href = retrieve( "$ENV{HOME}/$HISTFILE" ); } else { croak "I cant find $HISTFILE in your HOME dir "; }
Every time I run my program I get the error:
"Uncaught exception from user code"
What is an "uncaught exception"? How do I tell perl not to print this text?
In reply to A clean die/croak by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |