YAML::Syck

YAML::Syck is a fast, lightweight YAML loader and dumper.
Download

YAML::Syck Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Audrey Tang
  • Publisher web site:
  • http://search.cpan.org/~adamk/Module-Install-0.68/lib/Module/Install/PAR.pm

YAML::Syck Tags


YAML::Syck Description

YAML::Syck is a fast, lightweight YAML loader and dumper. YAML::Syck is a fast, lightweight YAML loader and dumper.SYNOPSIS use YAML::Syck; # Set this for interoperability with other YAML/Syck bindings: # e.g. Load('Yes') becomes 1 and Load('No') becomes ''. $YAML::Syck::ImplicitTyping = 1; $data = Load($yaml); $yaml = Dump($data); # $file can be an IO object, or a filename $data = LoadFile($file); DumpFile($file, $data); # A string with multiple YAML streams in it $yaml = Dump(@data); @data = Load($yaml); Requirements: · Perl


YAML::Syck Related Software