|
Phat Perl Modules...
Peeps, if you wuv perl like me, here's some really phat modules you might wanna consider checking out:Tk - Graphic interface with perl programs (works in win32 environment and *nix)Net::RawIP - Phat packet generator (TCP, UDP, ICMP and of course IP cuz the others wouldn't work w/o it), plus interface to libpcap (must be installed) which allows packet capturing. Note: wacky packets like teardrop will fux0r it up.Term::ANSIColor - Lets your console output for your programs have color. I highly suggest it if you wanna make your programs look pwetty :)Term::Readkey - Great if you want to have your user input a password and have it not show up on the screen. I know I'll be using this in the future for a project I'm working on...Perlmenu - Ever used a console program that had an interactive menu system? Well, this lets you do just that. If you make a product with the TK module so the user has a graphic interface, it might be best to make one for the console as well for those who don't or just have remote access to the machine and would rather not use the xhost method... Anyway, you gotta install the Curses module (easy) first for it to work. Its pretty phat lemme tell you. You could have an interface kinda like pine, cept no white selector indicators (but you do have arrows pointing to your current selection). If you can do the white selector then sorry heh, I'm just learning it now :)Dang, perl is phat, powerful, and easy :P-Azrael
[ The Infinity Project ]
|