> >
> > 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
- 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
>
> - 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
>
- 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
>
>
> > > >
&
> > >
> > > 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
- 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
> 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
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