my @fields; while () { chomp; push @fields, $_; } #### my ($TRACK, $pager, $service) = @fields;