Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use YAML::Tiny;
    my $yaml = YAML::Tiny->read('test.yaml');
    
  2. or download this
    ---
    rootproperty: blah
    section:
    ...
      Foo: Bar
      one: again
      empty: ~
    
  3. or download this
    D:\>perl test.pl
    YAML::Tiny found a duplicate key 'one' in line 'again' at test.pl line
    + 5.