Help for this page

Select Code to Download


  1. or download this
    ### begin_: init perl
        use strict;
    ...
                     '/meta/path2'
                     '/meta/path3'
                     ...)";
    
  2. or download this
    -  domain: begin
       libname: foo 
    ...
       indexpath: ['/indx/path1','/indx/path2','/indx/path3']
       workpath: ['/work/path1','/work/path2','/work/path3']
       metapath: ['/meta/path1','/meta/path2','/meta/path3']
    
  3. or download this
    $oDomains = [
                  {
    ...
                    'workpath' => [...]
    ...
    ];