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

Re: [Omaha.pm] New to the Omaha.pm list...




On Jul 27, 2005, at 10:55 PM, Jim Lawless wrote:
$y=151502483;
while($x=$y%113) { print sprintf("%c",$x); $y=int($y/113); }

Did you know there's actually a simpler way to write that? -poke-

It's been a while since I've plunged into the more esoteric depths of
Perl, and I didn't want to put too much thought into the sig for my
first post.

I was jokingly referring to 'print "japh";'. Luckily my Perl is stronger than my comedy.

Grin,

j