Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        next if !defined $B_day or $B_day eq '';
        printf "%9s : %-9s\n", $name, $B_day;
    }
    
  2. or download this
        Glenn : May 27
         Fred : June 1
          Ray : May 31
          Bob : August 28