Help for this page
#!/usr/bin/perl use warnings; ... warn "\tuh oh warning $count\n"; sleep 1; }
#!/usr/bin/perl use warnings; ... } __END__