Help for this page

Select Code to Download


  1. or download this
    my @arr = ();
    while (<PIR>)
    ...
    }
    
    print "@arr\n";
    
  2. or download this
    # simplified version: ignore header stuff:
    
    ...
    }
    
    print join " ", keys %hash, "\n";