Re: refs to hashes

2003-06-29 Thread Mark G
Thanks Kevin, that did it. Mark G. - Original Message - From: "Kevin Pfeiffer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 5:45 AM Subject: Re: refs to hashes > In article <[EMAIL PROTECTED]>, Mark G wrote: > > > Hi

Re: refs to hashes

2003-06-29 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Mark G wrote: > Hi All, > > I need to read in some data and put it into a data structure ex: > > knife #product name > 3 #quantity > 1 #price > > I would like to hold in as a hash referancing other hashes ex: > $ref=read_data(); > > > > s