Help for this page
my @fields; while (<DATAFILE>) ... chomp; push @fields, $_; }
my ($TRACK, $pager, $service) = @fields;