Thanks..
Now I want to change the string in file.
orgtext="C:\\test";
newtext="/bin/old";
I tired $intext =~ s/$orgtext/$newtext/ms; but this is not working..
Any help..
Regards
Hridyesh


-----Original Message-----
From: Chris Devers [mailto:[EMAIL PROTECTED] 
Sent: 25 October 2005 10:21
To: Pant, Hridyesh
Cc: beginners@perl.org
Subject: Re: extract zip file


On Tue, 25 Oct 2005, Pant, Hridyesh wrote:

> How to extract zip file using perl program...

Write the program, then run it.

Have you tried writing it yet?

Have you tried searching CPAN for helpful modules?


-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to