Help for this page

Select Code to Download


  1. or download this
    store_dir:/path-to/the-storage-dir
    
  2. or download this
    my $config     = getConfigVars ();
    my $storageDir = $config->{store_dir};
    
  3. or download this
    my %config;
    while (<DATA>) {
    ...
    
    __DATA__
    store_dir:/path-to/the-store-dir