Hi everyone, I guess this is realy a Perl question but if there's anyone on this list who could explain it I'd realy appriciate the help!
I was looking arround in XSP.pm, to better my understanding of AxKit and the API for writing taglibs. I've understood most of what is there but I am unsure how taglibs, in their own package, have access to the functions start_expr, append_to_script and end_expr in the AxKit::XSP::SAXHandler pakage, without calling them explicitly. i.e how come we can do this in a taglib: $e->start_expr(); And don't need to do this: $e->AxKit::XSP::SAXHandler::start_expr() Cheers Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
