Help for this page
$SIG{'__WARN__'} = \&alarm_handler; # install signal handler to suppre +ss warnings
sub alarm_handler () { return; }