XML::Xerces

2012-01-18 Thread Clay Lovett
I am trying to build the XML::Xerces module for RHEL 6. I have successfully compiled and install the rpm xerces-c-2.7.0-3.x86_64.rpm and this works to fill the prerequisite nicely. When I run the command: cpan XML::Xerces I get the following errors: Xerces.cpp:1219: error: expected unqualified

Re: Executing remote command without using any modules

2012-01-18 Thread Rob Coops
On Wed, Jan 18, 2012 at 5:31 AM, charith wrote: > Hi All, > > I create following bash script to run some block of commands on remote > server > and get information but I try to do same using Perl but I couldn't > make it so any one can suggest way to get done this using perl ? (please > withou

Executing remote command without using any modules

2012-01-18 Thread charith
Hi All, I create following bash script to run some block of commands on remote server and get information but I try to do same using Perl but I couldn't make it so any one can suggest way to get done this using perl ? (please without using any modules) my .sh...