Help for this page

Select Code to Download


  1. or download this
        ---
        This: top level mapping
    ...
            - a
            - YAML
            - document
    
  2. or download this
    my $yaml_hash_ref = {
      This => 'top level mapping',
      is => ['a', 'yaml', 'document']
    };
    
  3. or download this
    my %This = %{$yaml_hash_ref->{This}};