Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $config = LoadFile('config.yml')->{'production'};
    
    print Dumper($config);
    
  2. or download this
    defaults: &defaults
      src:
    ...
    production:
      <<: *defaults
      nfs: ian
    
  3. or download this
    production:
      src:
    ...
        username: root
        password:
      nfs: /tmp