Help for this page
Select Code to Download
Select
or
download this
if(/(\S+)\s+(\d+)/) { $mylist{$1} = $2; }
Select
or
download this
while (<MYFILE>) { $alldata .= $_ ; }