Help for this page

Select Code to Download


  1. or download this
    my $config = Config::Tiny->new;
    $config = Config::Tiny->read('myconfig_imagetransfer');
    ...
    my $tempVar = $logFileName;
    open($logFile, '>>', $tempVar) or die "Could not open file $tempVar  $
    +!";
    
  2. or download this
    
    myconfig_imagetransfer
    ...
    SOURCE_DIR      =       /home/ad/prod/war
    TARGET_DIR      =       /app/tomcat6/trunkcurrent/webapps
    LOG_FILE        =       '/home/ad/prod/logs/test.log'