Fw: Help needed created this data structure

2007-07-10 Thread Chris Charley
- 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

Re: Help needed created this data structure

2007-07-10 Thread klute
t; > From: "klute" <[EMAIL PROTECTED]> > > > > Newsgroups: perl.beginners > > > > To: > > > > Sent: Monday, July 09, 2007 4:20 PM > > > > Subject: Help needed created this data > structure > > > > > > > &

Re: Help needed created this data structure

2007-07-10 Thread klute
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

Re: Help needed created this data structure

2007-07-09 Thread usenet
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

Re: Help needed created this data structure

2007-07-09 Thread D. Bolliger
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

Re: Help needed created this data structure

2007-07-09 Thread klute
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

Re: Help needed created this data structure

2007-07-09 Thread Chris Charley
- 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

Help needed created this data structure

2007-07-09 Thread klute
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