Help for this page

Select Code to Download


  1. or download this
    package accounts;
    use strict;
    ...
    }
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $newdata = results($file);
    
    print Dumper $newdata;
    
  3. or download this
    a
    b
    c
    d
    e
    
  4. or download this
    $VAR1 = [
              'a',
    ...
              'd',
              'e'
            ];