Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    require "sub_program_b.pl";
    print "AFFIN INPUT DIRECTORY : $INPUTAFF\n";
    
  2. or download this
    #!/usr/bin/perl
    
    our $INPUTCEL = "/home/ftpcelcom/data";
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    our $INPUTAFF = "/home/ftpaffin/data";
    1;