Help for this page

Select Code to Download


  1. or download this
    my @array1;
    my @array2;
    ...
          }
          close FILE;
      }
    
  2. or download this
    @_ = split ( /\n/, $_);
    @array1 = @_;