Hi -

I came across this syntax in a module I am using:

  Some::Module->new(
      some_option  => 'blah,blah',
      some_hash_option => +{
          another_option => '...',
          ...
      },
      ...
  );

I have no idea what the ' => +{ ' syntax is, what it does, and
why it is used ( it works however ). While I'm at it, I also don't
know the meaning of life and what women are thinking... ;)

Can someone shed some light?

Aloha => Beau;
[EMAIL PROTECTED]
2005-12-10


-- 
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