Result:
found more than 703 distributions - search limited to the first 2001 files matching your query ( run in 1.098 )


Games-AIBots

 view release on metacpan or  search on metacpan

lib/Games/AIBot.pm  view on Meta::CPAN

        if ($count++ > 100) {
            warn "recursion too deep";
            return;
        }

        if ($line =~ /^\$[{\w]/) {
            $bot->cond($line);
        }
        elsif ($line =~ /^(?:else|elsif)[\s\t]/) {
            $bot->endif();
        }

 view all matches for this distribution


( run in 1.098 second using v1.01-cache-2.11-cpan-5b529ec07f3 )