NAME
YAML::Syck - Fast, lightweight YAML loader and dumper
VERSION
This document describes version 1.06 of YAML::Syck, released April 25,
2009.
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);
more»
Copyright (c) 2003 why the lucky stiff
This software is subject to either of two licenses (BSD or D&R), which you can choose
from in your use of the code. The terms for each of these licenses is listed below:
BSD License
===========
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the S
more»