Re: HoH not building as expected

2004-09-17 Thread Wiggins d Anconia
> > > > Though the use of C<$current> could be avoided if you could read > > multiple lines at a time, if that is possible I would switch to that > > method. If not the above should do. > > > > If you are confused or this doesn't work, give it another shot and > > provide at least 10 entries of

Re: HoH not building as expected

2004-09-17 Thread mgoland
- Original Message - From: Wiggins d Anconia <[EMAIL PROTECTED]> Date: Friday, September 17, 2004 10:20 am Subject: Re: HoH not building as expected > > > > > > - Original Message - > > From: "Wiggins d Anconia" <[EMAIL PROTECTE

Re: HoH not building as expected

2004-09-17 Thread Wiggins d Anconia
> > - Original Message - > From: "Wiggins d Anconia" <[EMAIL PROTECTED]> > To: "Mark Goland" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, September 16, 2004 1:27 PM > Subject: Re: HoH not building as expected >

Re: HoH not building as expected

2004-09-16 Thread Mark Goland
- Original Message - From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: "Mark Goland" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 1:27 PM Subject: Re: HoH not building as expected > > > > > > &

Re: HoH not building as expected

2004-09-16 Thread Wiggins d Anconia
> > > > > > I expact the output to be > > > > > > Unknown =>: > > > VENDOR :Unknown > > > CPU-MODEL :model1 > > > Unknown =>: > > > VENDOR :Unknown > > > CPU-MODEL :Unknown > > > I am confused as to why you think you need a HoHoH, when what you originally displayed above is really a HoAoH becaus

Re: HoH not building as expected

2004-09-16 Thread Mark Goland
- Original Message - From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 11:30 AM Subject: Re: HoH not building as expected > > Hi All, > > I am trying to build

Re: HoH not building as expected

2004-09-16 Thread Wiggins d Anconia
> Hi All, > I am trying to build a HoH, who's keys will be referances to products. However it seems if $e [ vendor value] is the same, the hash get's recreated instead of appending a product to already existing hash. Any ideas would be apreciated, > > #!PERl -w > use warnings; You don't nee

HoH not building as expected

2004-09-16 Thread mgoland
Hi All, I am trying to build a HoH, who's keys will be referances to products. However it seems if $e [ vendor value] is the same, the hash get's recreated instead of appending a product to already existing hash. Any ideas would be apreciated, #!PERl -w use warnings; use strict; use String