Perl Code Snippets
(13)
It was some 3 or 4 years ago I wrote this bit, basically it'll execute `find` on your *nix system, find all perl/C source code (.pl/.c) and print it out character by character with a half second delay...
+ 0 likes
Connects to an IRC server you specify and idles. Basically this is a frame for an IRC bot.
+ 0 likes
I finally got a video card back in my old machine that I first learned Perl on. Going through the machine I found all my old code stowed away in a truecrypt drive. So, I re-coded this bit i called Sweep-N-Scan..
+ 0 likes
+ 0 likes
Its my first Perl script, and maybe the code isnt trim... Probably better is to using
And i doesnt need to use WWW::Mechanize modul , but i like it! :lol:
+ 0 likes
This is a very handy command line use of perl. You basically execute the s// function of perl on a handful of files to do a global search and replace. Just run this from the command line and indicate..
+ 0 likes


