On 3/13/06, Yuval Kogman <[EMAIL PROTECTED]> wrote: > #perl6 on freenode might be a better choice - much more people are > active.
I know. I am currently at a friend's place, and seems like (for whatever reason), his ISP has blocked certain ports (don't ask me to use a web-based client :-p). > Yes: you can do something like > > use perl5:XML::SAX; Okay, this works fine. But now how do I actually inline P5 code in a P6 program? I just tried using XML::Parser::Lite::Tree, but (obviously?) am getting errors. > Essentialy XML::SAX wants you to inherit from some handler base > class, and then handle events like 'start_tag', etc. Yeah, aware - have used SAX parsers in perl and otherwise. Premshree