Does the %udat hash support serialising objects as opposed to simple types?
Embperl 2.0b3 refuses to parse :
if ($udat{user}->hasgroup('root')) { ...

Error in Perl code: Can't locate object method "hasgroup" via package 
"fortress" (perhaps you forgot to load "fortress"?) at
/home/alan/src/balclutha/webapp/perl/navigationbar.epl line 59, <GEN5> line 
3.

Somehow it has managed to confuse the class type with one of the fields in 
the hash, leading me to think maybe objects are not properly constructed 
upon creation of the %udat hash.

Cheers, Alan


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to