RE: anonymous reference problems

2002-07-12 Thread Timothy Johnson
#reference to the anonymous hash. ---===+===--- -Original Message- From: Shawn [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:13 PM To: [EMAIL PROTECTED]; Craig Moynes/Markham/IBM Cc: [EMAIL PROTECTED] Subject: Re: anonymous reference problems Hey

Re: anonymous reference problems

2002-07-12 Thread Shawn
Hey Jeff, > >I have a loop, each iteration through the loop the hash %tmpEntry gets a > >new set of values. And each iteration through the loop I place this hash > >into another hash, like so: > > > >[snip] > > print "Added entry.\n"; > >$oncall{$tmpEntry{'StartDate'}} = \%tmpEntry; > >[snip] > >

Re: anonymous reference problems

2002-07-12 Thread Chas Owens
On Fri, 2002-07-12 at 15:48, Craig Moynes/Markham/IBM wrote: > I have a loop, each iteration through the loop the hash %tmpEntry gets a > new set of values. > And each iteration through the loop I place this hash into another hash, > like so: > > [snip] > print "Added entry.\n"; > $oncall{$tmpEn

Re: anonymous reference problems

2002-07-12 Thread Craig Moynes/Markham/IBM
IL PROTECTED]cc: <[EMAIL PROTECTED]> rg> Subject: R

Re: anonymous reference problems

2002-07-12 Thread Shawn
- Original Message - From: "Craig Moynes/Markham/IBM" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 2:48 PM Subject: anonymous reference problems > I have a loop, each iteration through the loop the hash %tmpEntry gets a > new set of values. > And each iterati

Re: anonymous reference problems

2002-07-12 Thread Jeff 'japhy' Pinyan
On Jul 12, Craig Moynes/Markham/IBM said: >I have a loop, each iteration through the loop the hash %tmpEntry gets a >new set of values. And each iteration through the loop I place this hash >into another hash, like so: > >[snip] > print "Added entry.\n"; >$oncall{$tmpEntry{'StartDate'}} = \%tmpE