Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    print Dumper \%layout;
    
  2. or download this
    $VAR1 = {
              'Foo' => [
    ...
                        'two'
                      ]
            };
    
  3. or download this
    my $doc = PPI::Document->new($file);
    my $stmts = $doc->find('PPI::Statement');
    ...
            print "\t$_\n";
        }
    }
    
  4. or download this
    Fee:
        one
    ...
    Foo:
        three
        four