Help for this page

Select Code to Download


  1. or download this
    $_ = <DATA> or die "Empty file";
    chomp;
    # Throw away the first two fields (#, username) in the header
    (undef, undef, @fields) = (split /\t/);