# original part my $SRC_DIR = "EDS/CUCP/SIP"; # put real path here my $DST_DIR = "EDS/CUCP/SIP"; # put real path here ... all the code working on that directories # copy $SRC_DIR = "EDS/CUCP/SIP2"; # put real path here $DST_DIR = "EDS/CUCP/SIP2"; # put real path here ... copy of all the code working on that directories