- Original Message -
From: "Chris Charley" <[EMAIL PROTECTED]>
To: "klute" <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2007 7:17 PM
Subject: Re: Help needed created this data structure
- Original Message -
From: "klute" <[EMA
t; > From: "klute" <[EMAIL PROTECTED]>
> > > > Newsgroups: perl.beginners
> > > > To:
> > > > Sent: Monday, July 09, 2007 4:20 PM
> > > > Subject: Help needed created this data
> structure
> > > >
> > > &
roups: perl.beginners
> > > To:
> > > Sent: Monday, July 09, 2007 4:20 PM
> > > Subject: Help needed created this data structure
> > >
> > > > Hi All,
> > > >
> > > > I am new to Perl and was hoping to get advice
> on
> &g
On Jul 9, 2:04 pm, [EMAIL PROTECTED] (Klute) wrote:
> Here is the sample data:
That helps us provide a meaningful reply. Something like this will
work, though you may want to make the regexp's a little more
generalized:
#!/usr/bin/perl
use strict;
my (%affiliate, $parent, $group);
whi
klute am Montag, 9. Juli 2007 23:04:
> --- Chris Charley <[EMAIL PROTECTED]> wrote:
> > - Original Message -
> > From: "klute" <[EMAIL PROTECTED]>
> > Newsgroups: perl.beginners
> > To:
> > Sent: Monday, July 09, 2007 4:20
D]> wrote:
>
> - Original Message -
> From: "klute" <[EMAIL PROTECTED]>
> Newsgroups: perl.beginners
> To:
> Sent: Monday, July 09, 2007 4:20 PM
> Subject: Help needed created this data structure
>
>
> > Hi All,
> >
> > I am ne
- Original Message -
From: "klute" <[EMAIL PROTECTED]>
Newsgroups: perl.beginners
To:
Sent: Monday, July 09, 2007 4:20 PM
Subject: Help needed created this data structure
Hi All,
I am new to Perl and was hoping to get advice on
creating the following data struc
Hi All,
I am new to Perl and was hoping to get advice on
creating the following data structure:
I have an Affiliate Parent Groups, Affiliate Groups,
and Affiliates. Each affiliate has affiliateId,
affiliateName.
I guess what I'd like to have is an array of hashes
where the array would contain Af