Help for this page

Select Code to Download


  1. or download this
    package MyConfig;
    use constant CONFIG_PATH => q(/usr/share/myconf.cfg);
    ...
    
      print "fooble is", $cfg->fooble(), "\n";
    }