Help for this page

Select Code to Download


  1. or download this
    my @fields;
    while (<DATAFILE>)
    ...
        chomp;
        push @fields, $_;
    }
    
  2. or download this
    my ($TRACK, $pager, $service) = @fields;