Top

Perl Code Snippets

  (13)  
Sort by 
A simple 8ball script that I coded in perl recently :) Hope you like it . You can quit the script at anytime by typing "quit" or "exit" .
Tags: 8ball  ball  eight  perl 
+ 0 likes
3 comment(s)    Score: 6.5    Platform: Perl    Posted by Anish on Sep 26, 2009
Good for beginner perl coders for educational purpose. [Comments in snippet are self-explanatory]
Tags: agent  browser  html  perl  user 
+ 0 likes
1 comment(s)    Score: 6.0    Platform: Perl    Posted by Anish on Jul 26, 2009
This simple snippet can calculate the time required to download a particular file , and can convert KB(s) into MB(s) and Kb(s).
Tags: file  kb  mb  perl  size 
+ 0 likes
2 comment(s)    Score: 9.0    Platform: Perl    Posted by Anish on Jul 26, 2009
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
0 comment(s)    Score: 0.0    Platform: Perl    Posted by k0pp on Jul 08, 2009
Connects to an IRC server you specify and idles. Basically this is a frame for an IRC bot.
Tags: bot  illuminati  irc  kingskrown  perl 
+ 0 likes
5 comment(s)    Score: 0.0    Platform: Perl    Posted by kingskrown on Jan 24, 2009
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..
Tags: ping  pingsweep  port  portscan  scan  sweep 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: Perl    Posted by l3r1k on Jan 23, 2009
Simple using the modules of MD5 (125 b) and SHA1 (160 b) algoritms...
Tags: digest  md5  message  perl  sha1 
+ 0 likes
5 comment(s)    Score: 0.0    Platform: Perl    Posted by A^1^T^E^A^M on May 13, 2008
There is a lot of room for improvement in this program. First of all one desirable feature would be to also store the incoming data into a file as well as passing it along to the handler. So if at the..
Tags: client  for  mp3  streaming  web 
+ 0 likes
0 comment(s)    Score: 1.0    Platform: Perl    Posted by Ivanalicius on Mar 22, 2008
+ 0 likes
0 comment(s)    Score: 0.0    Platform: Perl    Posted by Ivanalicius on Mar 21, 2008
Auto Clicker with proxy support
Tags: auto  clicker  proxy  support  with 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: Perl    Posted by Ivanalicius on Mar 21, 2008
This scripts log all IP's of visiors who came to ur site using proxy
Tags: address  ip  logger  visitors 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: Perl    Posted by Ivanalicius on Mar 19, 2008
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:
Tags: checker  proxy 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: Perl    Posted by Ivanalicius on Mar 01, 2008
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..
Tags: perl  replace  search 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: Perl    Posted by Hawkee on Apr 13, 2007
Bottom