[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [FWP] perl5 is 5



Mark Thomas wrote:
> 
> 71 characters:
> 
> print$_="Happy birthday to you,\n"x2;s/,$/./;s/.{6},/dear perl5,/;print

one char savings:

  print$_="Happy birthday to you,\n"x2;s/,$/./;s/to.*/dear perl5,/;print
--
Steve Lane <sml@zfx.com>

==== Want to unsubscribe from Fun With Perl?  Well, if you insist...
==== Send email to <fwp-request@technofile.org> with message _body_
====   unsubscribe