- or download this
############################################################
#FIRST script: main_program.pl
...
$SWITCHNAME = uc($SWITCHNAME);
require "2.configuration_file.pl";
- or download this
############################################################
#SECOND script: configuration_file.pl
...
our $DUPLICATEDIR = "/data/duplicate";
our $WORKDIR = "/data/work";
our $LOOKUPDIR = "/data/lookup";
- or download this
############################################################
#THIRD script: open_file.pl
...
}
CREATE_OUTPUT_FILE();