Help for this page

Select Code to Download


  1. or download this
    package PKG;
    
    ...
        $LOGFH = ${$_[0]};
        $writelog = ${$_[1]};
    }
    
  2. or download this
    use sharedFunctions; #$files{log}{file} => logfile.log
    
    ...
    require PKG;
    PKG->import(\$LOGFH, \$writelog);
    my $pk = PKG->new();
    
  3. or download this
    package sharedFunctions;
    
    ...
            decrypt => $sourcepath."decryptLicenseKey.exe",
        },
    );