Help for this page

Select Code to Download


  1. or download this
    }   ## end format time sub
    }  <- remove this brace
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
        $hash{date} = time_format( 'Day Month dth', $libdate );
        return \%hash;
    }