Help for this page

Select Code to Download


  1. or download this
    @Michael = ('Michaelovich', 'Michaelovna);
    
  2. or download this
    my @genderEnding = ('ovich', 'ovna');
    my @genderType = ('Male', 'Female');
    ...
     $in =~ s/[\r\n\cM]+$//;
     return $in;
    }