Help for this page

Select Code to Download


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