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