On Sun, 2008-11-16 at 19:31 +0530, chillidba wrote:
> Hi ,
> Can any body tells me what do we mean by below code
> <snip>
> $ROUTE::COMM{NEWROUTE}{OS()}
> </snip>
> 
> Thanks in Advance
> a b .

This is a deference of a hash of a hash in another package.

ROUTE is the package name.

COMM is the hash in ROUTE

NEWROUTE is a key to the hash.

OS() is a function that returns a key to the anonymous hash referred to
by $ROUTE::COMM{NEWROUTE}


-- 
Just my 0.00000002 million dollars worth,
  Shawn

The map is not the territory,
the dossier is not the person,
the model is not reality,
and the universe is indifferent to your beliefs.


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


Reply via email to