Help for this page

Select Code to Download


  1. or download this
        rootproperty: blah
        section:
    ...
          three: four
          Foo: Bar
          empty: ~
    
  2. or download this
    use YAML::Tiny;
    
    ...
    
    # Save the file
    $yaml->write( 'D:\Perl\bin\file.conf' );
    
  3. or download this
    Can't call method "write" on unblessed reference at D:\Perl\bin\yaml_t
    +est.pl
     line 23.