Help for this page

Select Code to Download


  1. or download this
        my @tokens = split /\t+/;  # split on one or more consecutive tabs
    
  2. or download this
        elsif ((scalar @tokens) == 6) {  # if there are 6 fields (and 3 ar
    +e empty)
    
  3. or download this
    use strict;
    use warnings;
    ...
            warn "Input line $. ignored: $_\n";
        }
    }