tomazos has asked for the wisdom of the Perl Monks concerning the following question:
$p->handler( event => """" );
I am wondering what the quadruple double-quote is all about. Is this a typo? Should it read:
$p->handler( event => "" );
? -Andrew.
Update: When I incorrectly said pod I mean the result of "perldoc HTML::Parser" from my bash prompt that results in something resembling a man page. On that man page-like thing it has a quadruple double-quote. -Andrew.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Parser->handler(event => """")
by PodMaster (Abbot) on Aug 26, 2004 at 09:53 UTC | |
|
Re: HTML::Parser->handler(event => """")
by ccn (Vicar) on Aug 26, 2004 at 09:32 UTC | |
|
Re: HTML::Parser->handler(event => """")
by ambrus (Abbot) on Aug 26, 2004 at 13:02 UTC | |
|
Re: HTML::Parser->handler(event => """")
by Aristotle (Chancellor) on Aug 29, 2004 at 19:38 UTC |