Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
            return "20$year/$monthsOrder{$key} " if $month eq $key;
            }
        }
    
  2. or download this
    2007/11
    2009/8
    2001/7
    2002/2
    
  3. or download this