while(defined(my $line = <EXP>)) { next unless $line =~/\s/; ... } [download]
In reply to Re: Error message while reading from file by salva in thread Error message while reading from file by tamaguchi