Help for this page

Select Code to Download


  1. or download this
    $config = {
        foo => 'bar',
        baz => 'bax'
    }
    
  2. or download this
    our ($config);
    require '/path/to/config.pl';