Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        push @integers, $spelling_href->{ $key };
    }
    printf qq(%s\n), join q(, ), @integers;
    
  2. or download this
    1, 2, one, two, three
    3, 4, 5, one, two, three
    
  3. or download this
    use strict;
    use warnings;
    ...
        ;
    
    __END__