Help for this page

Select Code to Download


  1. or download this
    while (<INPUT>) {
       my ($key, $value)=split (/ is |: | at /);
       # save $key and $value; or print them; or ...
    }