- or download this
# Because of my C++ background
use constant PROJECT => $ARGV[0];
...
# debuggging
print "PROJECT value = " . PROJECT . "\n";
print "ARCHIVE value = " . ARCHIVE . "\n";
- or download this
if( ARCHIVE eq "") {
warn( "No archive file was supplied.\n");
exit 1201;
}
- or download this
PROJECT value = P:\Software
ARCHIVE value =