rafael's Journalrafael's use Perl JournalShakti, a Perl 6 bot- August 23, 2005 Hmm, so, I wrote a very simple IRC bot in Perl 6 yesterday evening. It's a karmabot -- it implements the foo++ and bar-- commands that are familiar to purl's friends. Currently found as shakti on mandrivafr on freenode. (Yes, karma, shakti, all that kind of stuff, we wanted to find a female sanskrit name.) Here's the code, derived from examplesnetworkbot_irc.p6 in the pugs sources. Suggestions to make it more perl6ish welcome! !usrbinpugs use v6; my $nick = "shakti";my $server =...http://use.perl.org/~rafael/journal/26426?from=rss Test::LongString 0.08- August 4, 2005 I just uploaded Test::LongString 0.08 to CPAN, in which a bug was fixed and a new feature implemented look for $Context in the docs, during the Practical Perl Testing talk. Thanks to whoever asked a question about it during the talk -- the idea comes from him !http://use.perl.org/~rafael/journal/26092?from=rss |