anks has asked for the wisdom of the Perl Monks concerning the following question:
I want to copy the output of one directory to another directory in a perl script.
In the perl script the log path is mention like this.
sdr_file_path="/billing11/CSV/"
I want to to create another path where the logs can be written/copied from the one directory to another directory.
something like this
sdr_file_path="/billing11/CSV/>> /billing/BT_CSV"
Copied output directory :"billing/BT_CSV"
Additional info : The "CSV" is the working directory of thebilling script which keep on running & produce billing records file every 2 minutes or when the size of file exceed 5 mb. under this directory.
Comment on Redirect billing directory files into another directory