Next Program Repair Shop 22

Declaration near use

      my @now  = localtime();
      my $YY   = strftime( "%y", @now );
      my $MMM  = uc( strftime( "%b", @now ) );

Next Copyright © 2006 M. J. Dominus