XML manipulation

2009-05-19 Thread ramesh.marimuthu
Hi All, I have a scenario where I should edit an xml file. I should change an element's value based on another element's value. I should change RG0001_Down111 Enabled to RG0001_Down111

How to set env variable

2009-03-04 Thread ramesh.marimuthu
Hi, How to set env variable? I'm using PERL in WINDOWS. My question phrasing may be wrong. Actually my question is I need to run Perl from anywhere from my system. regards, -ramesh P Save a tree...please don't print this e-mail unless you really need to Please do not print this email unless

RE: Sleep

2009-03-04 Thread ramesh.marimuthu
Thank You. -Original Message- From: Taylor, Andrew (ASPIRE) [mailto:andrew.tayl...@hmrcaspire.com] Sent: Wednesday, March 04, 2009 3:51 PM To: beginners@perl.org Subject: RE: Sleep >Hi, > >How could I introduce a Sleep in Perl? Is there any specific function >for that? > >regards, >-ram

Sleep

2009-03-04 Thread ramesh.marimuthu
Hi, How could I introduce a Sleep in Perl? Is there any specific function for that? regards, -ramesh P Save a tree...please don't print this e-mail unless you really need to Please do not print this email unless it is absolutely necessary. The information contained in this electronic message

RE: RegExp Problem using Substitutions.

2009-02-24 Thread ramesh.marimuthu
Try this: $s=~s/b|ab*a//g; -Original Message- From: Deviloper [mailto:devilo...@slived.net] Sent: Tuesday, February 24, 2009 4:03 PM To: beginners@perl.org Subject: RegExp Problem using Substitutions. Hi there! I have a string "bbbababbaaassass". I want to get a string without any

FW: Bundle-Expect

2009-02-20 Thread ramesh.marimuthu
Hi All, Another thing I found is, when I try the command "perldoc Bundle::Expect", it displays the documentation. So it should be installed. But when I try with "perldoc Expect", nothing is displayed. Is there any problem in the installation? Is there any way to install? Regards, -ramesh --

RE: Bundle-Expect

2009-02-20 Thread ramesh.marimuthu
Thanks Thomas. Actually when is give "use Expect;", the error I get is "Can't locate Expect.pm in @INC ...". Is there anything that I'm missing or should I check something? -ramesh -Original Message- From: Thomas Bätzler [mailto:t.baetz...@bringe.com] Sent: Friday, February 20, 2009 2

Bundle-Expect

2009-02-20 Thread ramesh.marimuthu
Hi All, I'm totally new to Perl. I tried installing a module Bundle-Expect.pm. Also I called inside my Perl script by "Use Bundle::Expect". While executing this script, I got an error "Can't locate Bundle/Expect.pm in @INC ...". I can't find what I'm missing. Is there any mistake in Bundle-Expect.