Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    JUNE 
    JULY
    END 2345
    
  2. or download this
      # @record = map{"$start_value $end_value $_"}@record;
      # print @record;
      print "$start_value $end_value $_" for @record;