Artificial Intelligence Bot Like 'Gollum' in perl


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Artificial Intelligence Bot Like 'Gollum' in perl
# 1  
Old 06-24-2008
Bug Artificial Intelligence Bot Like 'Gollum' in perl

Hi all,

I'll like to create an AI bot just like 'Gollum' in perl. Why I chose perl is that I'm learning it right now and am fascinated by its capabilities.
I don't know how much time will it take to create something of that sort but it'll be a good learning experience.

If someone has already worked on such A.I. agents & can throw some light (any reference document & I'm not asking for any example code), it'll be very helpful to me.

Any suggestions are welcome.

Regards
er_ashu
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

How do I create a forum bot?

*not sure if I posted this in the right place* How do I create a forum bot Like your gollum? (3 Replies)
Discussion started by: Max Mouse
3 Replies
Login or Register to Ask a Question
PFUNC(1)						User Contributed Perl Documentation						  PFUNC(1)

NAME
pfunc - grep for perl functions SYNOPSIS
pfunc subroutine FILES... DESCRIPTION
pfunc searches the named FILES for all calls to the given subroutine. It will report back the file and line number each call is found on along with what sort of call it is function foo() class method Class->foo() object method $obj->foo() EXAMPLE
$ pfunc isa /usr/share/perl/5.6.1/*.pm Called as function in /usr/share/perl/5.6.1/CGI.pm at line 316 Called as function in /usr/share/perl/5.6.1/CGI.pm at line 327 Called as function in /usr/share/perl/5.6.1/CGI.pm at line 397 Called as function in /usr/share/perl/5.6.1/CGI.pm at line 494 Called as function in /usr/share/perl/5.6.1/CGI.pm at line 495 Called as object method in /usr/share/perl/5.6.1/CPAN.pm at line 4957 Called as function in /usr/share/perl/5.6.1/Dumpvalue.pm at line 191 Called as function in /usr/share/perl/5.6.1/Dumpvalue.pm at line 218 Called as function in /usr/share/perl/5.6.1/Dumpvalue.pm at line 248 Called as function in /usr/share/perl/5.6.1/Dumpvalue.pm at line 251 Called as function in /usr/share/perl/5.6.1/Dumpvalue.pm at line 254 Called as object method in /usr/share/perl/5.6.1/Shell.pm at line 28 Called as object method in /usr/share/perl/5.6.1/base.pm at line 12 NOTES
Its not fast, but its accurate. AUTHOR
Michael G Schwern <schwern@pobox.com> SEE ALSO
Module::Info perl v5.12.1 2002-12-05 PFUNC(1)