Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use YAML::Syck;
    ...
    ...
        
    print Dump($hashref);
    
  2. or download this
    --- 
    body: "This is some text. Here's a newline:\n\nYet more text.\n"
    title: This is my title
    
  3. or download this
    #!/usr/bin/perl
    use YAML;
    ...
    ...
    
    print Dump($hashref);
    
  4. or download this
    ---
    body: |
    ...
      
      Yet more text.
    title: This is my title