in reply to
Re^6: sub BEGIN (order)
in thread sub BEGIN
soap::Lite is very hard to understand and it seem to incoporate lot of other classes under it.
In my limited module reading, I still do not see where SOAP::Deserializer::typecast is being defined. Since I cannot find them in cpan.org, I might as well wrote the sub as,
sub anything::typecast {
}
?? or does keyword typecast(other than actually doing the typecasting which I don't know why perl would need it in general case) mean something else for general module?