Help for this page

Select Code to Download


  1. or download this
    printf "%-12s %s\n", $_, $birthdays{$_} for grep { $birthdays{$_} } so
    +rt keys %birthdays;
    
  2. or download this
    $ perl test.pl
    
    ...
    Fred         June 1
    Glenn        May 27
    Ray          May 31