Content deleted Content added
Line 246:
eval {
# Code that could throw an exception (using 'die')
};
if($@){
# Handle exception here. (The exception object is in $@)
|
Line 246:
eval {
# Code that could throw an exception (using 'die')
};
if($@){
# Handle exception here. (The exception object is in $@)
|