Help for this page

Select Code to Download


  1. or download this
    use YAML;
    my ($hashref) = Load(<<'...');
    ...
    
    print Dump ($hashref);
    
  2. or download this
    HOME: '$ENV{HOME}'
    
  3. or download this
    use YAML;
    my ($hashref) = YAML::LoadFile("test.yaml");
    ...
    print Dump ($hashref);
    
    print $h;
    
  4. or download this
    Home: "$ENV{HOME}"