Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict; use warnings;
    use YAML::XS;
    ...
      subkey_a: foo
      subkey_c: bar
    ...
    
  2. or download this
    $VAR1 = {
              'key2' => {
                        'subkey_a' => 'foo',
    ...
                      },
              'key1' => $VAR1->{'key2'}{'<<'}
            };
    
  3. or download this
    #!/usr/bin/perl
    use strict; use warnings;
    use YAML::XS;
    ...
        }
        return $ref;
    }
    
  4. or download this
    $VAR1 = {
              'key2' => {
                        'subkey_b' => 'qwer',
    ...
                        'subkey_a' => 'asdf'
                      }
            };
    
  5. or download this
    @_=qw;
    Just another Perl hacker,;
    ;$_=q=print
    "@_"= and eval;