Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    @list_of_names = map { rm_first_3_chars($_) } @list_of_names;
    
    print join(", ", @list_of_names), "\n";
    
  2. or download this
    $ perl flp.pl
    d, liam, niapple