Help for this page

Select Code to Download


  1. or download this
    my @files = ("foo.txt");
    
  2. or download this
    aaa    bbb    ccc
    000    111    222
    
  3. or download this
    ( "111" => ["sth"],
      "bbb" => ["sth"] )
    
  4. or download this
    use warnings;
    use strict;
    ...
    
        close $fh;
    }
    
  5. or download this
    (
      { "111" => ["sth"],    # data from foo.txt
    ...
    
      { ... }                # data from bar.txt
    )