RE: extract zip file

2005-10-26 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Wiggins d'Anconia wrote: > Tommy Nordgren wrote: >> >> Oct 26, 2005 kl. 7:56 PM skrev Wiggins d'Anconia: >> >>> Tommy Nordgren wrote: >>> >>>> >>>> Oct 25, 2005 kl. 6:21 AM skrev Pant, Hridyesh: >>>> >&

Re: extract zip file

2005-10-26 Thread Wiggins d'Anconia
Tommy Nordgren wrote: > > Oct 26, 2005 kl. 7:56 PM skrev Wiggins d'Anconia: > >> Tommy Nordgren wrote: >> >>> >>> Oct 25, 2005 kl. 6:21 AM skrev Pant, Hridyesh: >>> >>> >>>> Hi All, >>>> How to extract zip fil

Re: extract zip file

2005-10-26 Thread Tommy Nordgren
Oct 26, 2005 kl. 7:56 PM skrev Wiggins d'Anconia: Tommy Nordgren wrote: Oct 25, 2005 kl. 6:21 AM skrev Pant, Hridyesh: Hi All, How to extract zip file using perl program... Thanks Hridyesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: extract zip file

2005-10-26 Thread Wiggins d'Anconia
Tommy Nordgren wrote: > > Oct 25, 2005 kl. 6:21 AM skrev Pant, Hridyesh: > >> Hi All, >> How to extract zip file using perl program... >> >> Thanks >> Hridyesh >> >> -- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additiona

Re: extract zip file

2005-10-25 Thread John W. Krahn
John Doe wrote: > Pant, Hridyesh am Dienstag, 25. Oktober 2005 11.04: >>But the same is working if I am using >>orgtext="Hello"; >>newtext="world"; >>I tired $intext =~ s/$orgtext/$newtext/ms; but this is not working.. >>The only problem is string like "C:\\test". > > I was not well prepared with

RE: extract zip file

2005-10-25 Thread Pant, Hridyesh
Thanks a lot john... -Original Message- From: John Doe [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 16:20 To: beginners@perl.org Subject: Re: extract zip file Pant, Hridyesh am Dienstag, 25. Oktober 2005 11.04: > But the same is working if I am using > orgtext="Hello&

Re: extract zip file

2005-10-25 Thread John Doe
orgtext\E/$newtext/gs; Joe > -Original Message- > From: John Doe [mailto:[EMAIL PROTECTED] > Sent: 25 October 2005 14:08 > To: beginners@perl.org > Subject: Re: extract zip file > > Pant, Hridyesh am Dienstag, 25. Oktober 2005 08.08: > > Thanks.. >

RE: extract zip file

2005-10-25 Thread Pant, Hridyesh
] Sent: 25 October 2005 14:08 To: beginners@perl.org Subject: Re: extract zip file Pant, Hridyesh am Dienstag, 25. Oktober 2005 08.08: > Thanks.. > Now I want to change the string in file. > orgtext="C:\\test"; > newtext="/bin/old"; > I tired $intext =~ s/$or

Re: extract zip file

2005-10-25 Thread John Doe
Pant, Hridyesh am Dienstag, 25. Oktober 2005 08.08: > 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.. Wrong modifiers /ms. See perldoc perlre perldoc perlretut joe -- To unsub

RE: extract zip file

2005-10-24 Thread Pant, Hridyesh
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 modu

Re: extract zip file

2005-10-24 Thread Tommy Nordgren
Oct 25, 2005 kl. 6:21 AM skrev Pant, Hridyesh: Hi All, How to extract zip file using perl program... Thanks Hridyesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: extract zip file

2005-10-24 Thread Chris Devers
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

extract zip file

2005-10-24 Thread Pant, Hridyesh
Hi All, How to extract zip file using perl program... Thanks Hridyesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>