in reply to HTML::Parser->handler(event => """")
HTML::Parser->handler(event => """") by tomazos
In the POD for HTML::Parser it talks about a call as follows:$p->handler( event => """" );
I am wondering what the quadruple double-quote is all about. Is this a typo? No it doesn't :) That is not actual pod. The actual pod actually has
I'm guessing you're viewing the pod translated to html through an old version of Pod::Html?=item $p->handler( event => "" );
update: or you've got an outdated version of HTML::Parser?
- Comment on Re: HTML::Parser->handler(event => """")
- Download Code
In Section Seekers of Perl Wisdom