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