in reply to Minixbot Project

I'd probably follow the route of Ack, write the code in a separate module and then create a one-script version if that makes distribution easier. See also the Github repository of Ack. See also FatPacker

Replies are listed 'Best First'.
Re^2: Minixbot Project
by Anonymous Monk on Jun 29, 2014 at 10:45 UTC

      I tried to separate the functions of bot of main program but the program doesn't work as intended. I think I will let the program in one .pl file until otherwise.