Support Forums
[Perl] IRC Bot - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Perl Programming Support (https://www.supportforums.net/forumdisplay.php?fid=31)
+---- Thread: [Perl] IRC Bot (/showthread.php?tid=10989)

Pages: 1 2 3


RE: [Perl] IRC Bot - Nympho - 05-09-2011

Lol, it seems I should install perl and start again working with it.
Thanks for sharing this stuff with us.
Looks useful.


RE: [Perl] IRC Bot - BacklTrack - 05-31-2011

Code:
use warnings;
use strict;



RE: [Perl] IRC Bot - Caaz - 06-02-2011

I know it's a good habit to use that but I always leave it out and pay the consequences later.


RE: [Perl] IRC Bot - matt - 06-04-2011

(02-08-2011, 01:11 PM)InfamousKnight Wrote: I cant really tell what is easier to code. Python or Perl? They just both have different coding styles I believe. My opinion.

Perl is designed to write quick and dirty scripts. It's hard to learn, but easy to code.


RE: [Perl] IRC Bot - epic - 06-04-2011

Nice bot OP, I might use it.


RE: [Perl] IRC Bot - USN - 06-08-2011

thanks for sharing this man Smile


RE: [Perl] IRC Bot - BacklTrack - 06-11-2011

(06-04-2011, 05:42 PM)matt Wrote: Perl is designed to write quick and dirty scripts. It's hard to learn, but easy to code.
Wait..Matt? From old pascal forums?!


RE: [Perl] IRC Bot - Ted Bundy - 06-11-2011

thanks for this i will give it a test


RE: [Perl] IRC Bot - g0dspeak - 06-11-2011

Thanks, going to work on it x]


RE: [Perl] IRC Bot - Link - 06-19-2011

Nice share thank you it was really helpful. I will put it to good use :p