Help for this page
Select Code to Download
Select
or
download this
%data = map {/(\w+)\s*(\w+)/} @info;
Select
or
download this
%data = map {split ' ', $_, 2} @info;