Help for this page

Select Code to Download


  1. or download this
    %data = map {/(\w+)\s*(\w+)/} @info;
  2. or download this
    %data = map {split ' ', $_, 2} @info;