Help for this page

Select Code to Download


  1. or download this
    my $conf = {
     scriptpath => {
    ...
     },
     ...
    }
    
  2. or download this
    my $conf={};
    sub conf {
    ...
    }
    conf('scriptpath','...',...);
    conf('confdir',........);