Help for this page

Select Code to Download


  1. or download this
    @array = split / /, <FILE1>; # reads only one line!
    
  2. or download this
    @array = <FILE1>;