hey guys thanks for answering my last post you helped me a lot. Well I have one more question. I was writing a real simple script just to copy folders.
so the command i was issuing was liek that
cp -R /home/$username /home/sauser/$username
I was just doing backup of all users folders.
So anyways when i issue this command from the command prompt. It works just fine. When it comes to the perl script It gets all messed up with error messages.
The line i wrotein perl was like that
` cd -R "/home/$username" "/home/sauser/$username"`
The error it was giving was no such file or directory.
so the command i was issuing was liek that
cp -R /home/$username /home/sauser/$username
I was just doing backup of all users folders.
So anyways when i issue this command from the command prompt. It works just fine. When it comes to the perl script It gets all messed up with error messages.
The line i wrotein perl was like that
` cd -R "/home/$username" "/home/sauser/$username"`
The error it was giving was no such file or directory.