Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        close FILE;
    }
    
  2. or download this
    #comment
    log=global.log
    dir=c:\somepath
    
  3. or download this
    #comment
    log=local.log
    account=C123454
    
  4. or download this
    $VAR1 = {
              'config' => {
    ...
                            'dir' => 'c:\\somepath'
                          }
            };