Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
         print "done with $t\n";
    }
    print "All Done!\n";
    
  2. or download this
    Start 4
    done with 4
    ...
    Exiting subroutine via next at postalarm.pl line 8.
    Exiting eval via next at postalarm.pl line 8.
    Label not found for "next LABELME" at postalarm.pl line 8.