Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Problem using YAML

by perlfan (Vicar)
on Dec 29, 2011 at 20:58 UTC ( [id://945557]=note: print w/replies, xml ) Need Help??

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}};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://945557]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found