in reply to Loading multiple files with YAML::XS
Try my %yams = map { $_ => [ LoadFile( $_ ) ] } @files; ie $yams{filename}[ '0th-stream']...
I'm confused.
Me too, https://en.wikipedia.org/wiki/.yaml#Pitfalls_and_implementation_defects -> http://yaml.org/refcard.html , this 7 year old document is unparsable by YAML/YAML::XS/YAML::Tiny
YAML, great in theory :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Loading multiple files with YAML::XS (named streams)
by Lunaa (Initiate) on Dec 02, 2015 at 10:19 UTC | |
by 1nickt (Canon) on Dec 02, 2015 at 15:00 UTC |