Help for this page

Select Code to Download


  1. or download this
    ---
    A:
     - B
    ...
    G:
     - H
     - I
    
  2. or download this
    #!/usr/bin/perl -w
    use YAML;
    use Smart::Comments '###';
    my $data = YAML::LoadFile('text.conf');
    ### $data
    
  3. or download this
    ### $data: {
    ###          A => [
    ...
    ###                 'I'
    ###               ]
    ###        }