Re: looping over arrayref of hashes

2008-06-19 Thread Narthring
On Jun 18, 11:27 am, [EMAIL PROTECTED] (Graeme McLaren) wrote: > Hi all, I'm in need of a loop, can't seem to find what I'm looking for > online.  I want to loop over this array ref inserting each hash value into > the DB at each iteration.I've got the following data structure which is > assigne

Re: Win32::OLE help for saving file.

2007-09-14 Thread Narthring
On Sep 13, 4:21 pm, [EMAIL PROTECTED] (Ash) wrote: > Hello fellow scripters!! > > What stumps me is pretty straight forward. I need to save a Word file > using Win32::OLE, but I need to replace an existing file if there is > any. > What properties do I have to set before calling SaveAs() to do that

Re: How do you Create an array of a struct?

2007-09-18 Thread Narthring
On Sep 18, 9:55 am, [EMAIL PROTECTED] (Travis Hervey) wrote: > How do you Create an array of a struct in perl? Is this even possible > in perl? > > So far I have... > > struct Carrier_Info => { > > name=> '$', > > abbrev => '$' > > }; > > ... > > my @carriers = Carrier_Info->n

Re: CSV files column sort

2007-09-18 Thread Narthring
On Sep 18, 2:16 pm, [EMAIL PROTECTED] (Manoj) wrote: > Hi List, > > I want to ping a list of IP address/hostnames and check backward > compatibility. Can any one help me in doing this? I am new to perl. > > Thanks > Manoj The Net::Ping module will allow you to ping remote hosts. The documentation