Help for this page

Select Code to Download


  1. or download this
    map     { [ $_, /.+,/ ] }
    
  2. or download this
    map     { my @fields = split /,/; [ $_, $field[1] ] }