Thanks Rob, once again; it's all my fault...
Sisyphus wrote:
>
> - Original Message - From: "Foo JH" <[EMAIL PROTECTED]>
> .
> .
>> The problem with the code lies in line 25. Error is:
>> Operation : no method found, argument in overloaded package MyObj at
>> test.pl line 25.
>>
>
> I'
- Original Message -
From: "Foo JH" <[EMAIL PROTECTED]>
.
.
> The problem with the code lies in line 25. Error is:
> Operation : no method found, argument in overloaded package MyObj at
> test.pl line 25.
>
I've changed it slightly - does this help ?
Hey Rob,
Yes - I've had reasonable success with 'use overload'.
The particular error you've quoted doesn't ring any bells for me, so
it's probably best if you can provide some (minimal) code that causes
the error.
Attached is my simple test program. Maybe I read the tutorial the wrong
way, bu
- Original Message -
From: "Foo JH" <[EMAIL PROTECTED]>
To:
Sent: Friday, February 15, 2008 8:58 PM
Subject: using overload
> Hi all,
>
> Just want to check with the community if anyone has success using 'use
> overload' in their packages? I k
Hi all,
Just want to check with the community if anyone has success using 'use
overload' in their packages? I keep getting this error on my Perl5.8.8
build 820:
Operation : no method found, argument in overloaded package MyClass
at test.pl line 8.
thanks
___