Help for this page

Select Code to Download


  1. or download this
    $ perl -MData::Dumper -E '
    > $text = <<EOT;
    ...
              'i' => []
            );
    $
    
  2. or download this
    my $dataFile = q{/path/to/myDataFile};
    my $text = do {
    ...
       local $/;
       <$dataFH>;
       };