- or download this
# OO method for error to STDERR uisng 'warn'
...
warn "$error\n";
}
}
- or download this
$object->error_to_log("I made it this far, I can't believe it");
- or download this
$object->error_to_log("Date: $date Variable: $var",1);
- or download this
# $debug is a global variable
...
warn "$error\n";
}
}
- or download this
&error_to_log("Error message");