On Tue, Oct 19, 1999 at 01:46:12PM -0700, Eli Evans wrote: > : -----Original Message----- > : From: Eric [mailto:evonzee@tritechnet.com] > : > : Please accept the ugliest possible solution: > : > : $a="to you.";$c="dear Perl5,";map{print"Happy birthday > : $$_\n"}(a,a,c,a); > : > I'll make no qualitative judgment here, but I'll shave a few characters: > > $a='to you.';$c='dear Perl5,';print"Happy birthday $$_\n"for(a,a,c,a) > These two solutions do not duplicate the original output. Ronald ==== Want to unsubscribe from Fun With Perl? Well, if you insist... ==== Send email to <fwp-request@technofile.org> with message _body_ ==== unsubscribe