Help for this page

Select Code to Download


  1. or download this
    use DataExtract::FixedWidth;
    use IO::File;
    ...
        when ( 2 ) { say $arr->[2] }
      }
    }
    
  2. or download this
    my $de = DataExtract::FixedWidth->new({
     heuristic => \@tuples
    ...
        when ( 2 ) { say $hash->{baz} }
      }
    }