<[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
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}[
Wiggins D'Anconia wrote:
>
> Jerry Preston wrote:
> > Hi!
> >
> > I have the following hash:
> >
> > %layout = (
> > hotspots => {
> > JERRY => [
> > {
> > '_DIMENSION' => [
> > 'width',
> > 'height'
> > ]
> > },
> >
Jerry Preston wrote:
Hi!
I have the following hash:
%layout = (
hotspots => {
JERRY => [
{
'_DIMENSION' => [
'width',
'height'
]
},
{
'cell_center' => [
-1240955,