Hi.. Iam very new to perl.
I was trying to write my first perl script. Iam not able to use native linux commands in my perl script.
In my case iam trying to copy one file from a location into another location. to accomplish this iam using the native linux command within my script.
' cp -rf /source /Destination';
The version of RHEL iam using is 5.4. To my surprise i see the same script working perfectly with RHEL 5.3.
Can someone give me an idea what could be wrong.