> Nifty. One of the goals of a JAPH is to demonstrate one or more of > Perl's advantages/quirks.
Fun. New concept for me. Here's a less interesting one I wrote after reading your emails: sub japh { $_ = shift; print $1 while /(.)/gs; } print $/ unless &japh("Just another Perl hacker,"); Regards, and happy New Year! John