Re: how to interpolate html entities easily (HOWTO) (full text of Entitize.pm)

2005-04-21 Thread Ken Williams
On Apr 20, 2005, at 11:52 AM, David Nicol wrote: These three lines are too small to bother wrapping up in Entitize.pm and publishing to CPAN, in my opinion. True, but it's not too small to submit as a patch for HTML::Entities. -Ken

Re: how to interpolate html entities easily (HOWTO) (full text of Entitize.pm)

2005-04-21 Thread Ken Williams
On Apr 21, 2005, at 12:10 PM, David Nicol wrote: $ perl -wc -e 'use strict; the deer and antelope play ; print 1' -e syntax OK % perl -wc -Mstrict -e 'The deer and antelope play until tiger comes; \ chomp, kill, die time' -e syntax OK