Help for this page

Select Code to Download


  1. or download this
     
    use YAML  qw'DumpFile LoadFile';
    . 
    . 
    .
    DumpFile("test.yaml", \%test);
    
  2. or download this
    ---
    key1: value1
    key2: value2
    
  3. or download this
    test:
     key1: value1
     key2: value2