Help for this page

Select Code to Download


  1. or download this
    open(FILE,"test.txt");
    my %inp = ();
    ...
     if(/^(.+?)\s+(\S+)/){ $inp{$1} = $2 }
    }
    close(FILE);