AI::General - A general-purpose artificial intelligence


NAME

AI::General - A general-purpose artificial intelligence


SYNOPSIS

  use AI::General;
  
  AI::General->dwim( "Prove NP != P" ) or
        die $AI::General::excuse;
        
  
  
  =head1 DESCRIPTION
  

This module is a general purpose artificial intelligence. It consists of one method, dwim ('Do what I mean'), which can take any number of arguments.


TO DO

Implement dwim()


CREDITS

Cheers to Santiago Dala for suggesting the constructor implementation


AUTHOR

Maciej Ceglowski, <maciej@ceglowski.com>


SEE ALSO

the perl manpage.