Which brings up a good point.  The OP should be using 

use strict;
use warnings;

As a prerequisite to submitting a post.  Many times this will keep you
from making these kinds of mistakes, and save the time of waiting for a
response.



-----Original Message-----
From: JupiterHost.Net [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 05, 2004 5:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [ Hash of Arrays]

----------<snip>----------

If you want it to be a hash ref you need
  my $ModelPath = { ... };
and if you want it to be a hash you'd need to use () instead of {}

----------<snip>----------

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to