How do I include a sed command in perl.

If i do sed -e"s\./ ...." file_name it works fine at the command prompt. But if i include the sed command in perl it does not return any value.

I tried doing system("sed -e"s\./.." file_name"); it does not do anything. Is there something wrong in how i have done it in perl.

_________________________________________________________________
Want to check if your PC is virus-infected? Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to