sandy1028 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have to execute DB connection after one hour of cp command is executed.
How can I execute it without cron tab
`cp $file1 $file2`; ###### ###DB connection # Statements #####
Back to
Seekers of Perl Wisdom