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