Top

Perl Code Snippets Tagged with perl

  (6)  
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
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
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
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