Help for this page

Select Code to Download


  1. or download this
    Load(string-containing-a-YAML-stream)
    
    ...
    Just like Storable's thaw() function or the eval() function 
    in relation to Data::Dumper. It parses a string containing a 
    valid YAML stream into a list of Perl data structures.
    
  2. or download this
    LoadFile(filepath)
    
        Reads the YAML stream from a file instead of a string.