Help for this page
#!/usr/bin/perl -w use strict; ... }; if ($@) { my $exc = $@; Monitor::exception($exc); die $exc }