in reply to Re^2: Extract length sum from columns and print pattern into another file
in thread Extract length sum from columns and print pattern into another file
See perlopentutmy $infile = 'file1.txt'; open IN,'<',$infile or die "Could not open $infile : $!"; while (<IN>){ } close IN;
poj
|
|---|