Re: i need help accessing a hash

2003-08-17 Thread Rob Dixon
<[EMAIL PROTECTED]> wrote: > Rob Dixon wrote: > > > > There's no need for '->' between successive parentheses. Or > > for quotes around all 'word' ( !~ /\W/ ) hash keys. > > > > $hotspots->{JERRY}{cell_center}[0] == -1240955; > > > > I'm an explicit kind of guy. ;-) I agree: anything for the sa

Re: i need help accessing a hash

2003-08-15 Thread wiggins
On Fri, 15 Aug 2003 17:48:13 +0100, "Rob Dixon" <[EMAIL PROTECTED]> wrote: > > Hi guys. > > There's no need for '->' between successive parentheses. Or > for quotes around all 'word' ( !~ /\W/ ) hash keys. > > $hotspots->{JERRY}{cell_center}[

Re: i need help accessing a hash

2003-08-15 Thread Rob Dixon
Wiggins D'Anconia wrote: > > Jerry Preston wrote: > > Hi! > > > > I have the following hash: > > > > %layout = ( > > hotspots => { > > JERRY => [ > > { > > '_DIMENSION' => [ > > 'width', > > 'height' > > ] > > }, > >

Re: i need help accessing a hash

2003-08-14 Thread Wiggins d'Anconia
Jerry Preston wrote: Hi! I have the following hash: %layout = ( hotspots => { JERRY => [ { '_DIMENSION' => [ 'width', 'height' ] }, { 'cell_center' => [ -1240955,