Help for this page
#!/usr/bin/perl -w use strict; ... close IN; print "@line";
foreach (@line) { ($one,$two,$three,$four,$five,$six,$seven) = $_; }