This post originated from an RSS feed registered with Perl Buzz
by Jeremy.
Original Post: Wow! 99 Bottles of Beer in Perl
Feed Title: Dichotomy's Purgatory::perl
Feed URL: http://oubliette.alpha-geek.com/perl/rss20.xml
Feed Description: Using Perl to solve system integration tasks, build standalone apps, and... well.. just for fun, sometimes.
$b=sub{(99_-@_-$_||No)." bottles of beer on the wall\n"};warn map{&$b.substr(&$b,0,18)."\nTake one down, pass it around\n".&$b(0).$/}0..98 Impressive. Most impressive. It was Dave Rolsky...