Help for this page

Select Code to Download


  1. or download this
    my $file = <FILE>;
    my @column;
    while (<FILE>) {
       @column=($file);
    
  2. or download this
    while (my $file = <FILE>) {