Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        #then actually do something before reprompting
        
    }
    
  2. or download this
    my $start_date;
    my $end_date;
    
    while (print "Enter start date: ",!start_date_ok(<STDIN>));
    while (print "Enter end date: ",  !end_date_ok  (<STDIN>));