Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.333.021 Times

Perl Syn Flood Script freeware
Filter: All | Freeware | Demo
 

Perl Syn Flood Script

1 2 3 4 5 > 
Added: August 19, 2010 | Visits: 911

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 688

Small on-line translator This is a small perl command-line script that translates among several languages, using on-line web translators. It can be useful to translate small phrases or words from a shell without any browser.





Platforms: Windows, Mac, Linux

License: Freeware Size: 2.54 KB Download (49): Small on-line translator Download

Added: August 27, 2010 | Visits: 1.306

FindBin FindBin is a Perl module that can locate directory of original perl script. SYNOPSIS use FindBin; use lib "$FindBin::Bin/../lib"; or use FindBin qw($Bin); use lib "$Bin/../lib"; Locates the full path to the script bin directory to allow the use of paths relative to the bin directory....


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): FindBin Download

Added: September 27, 2010 | Visits: 902

sdp2rat sdp2rat is a Perl script that parses SDP files and launches RAT with the parameters found in the file. The SDP file can either be a file on local disk or a URL. sdp2rat now uses the Net::SDP perl module and the latest version is available as part of that package. Whats New in This Release: -...


Platforms: *nix

License: Freeware Download (101): sdp2rat Download

Added: August 09, 2008 | Visits: 6.048

Open Perl IDE Open Perl IDE is an integrated development environment for writing and debugging Perl scripts with any standard perl distribution. Features include - Complete encapsulation of "perl.exe"; Erroneous script lines will be listed on run, compile or debug; The first error-line is marked in editor...


Platforms: Windows

License: Freeware Size: 1.1 MB Download (1967): Open Perl IDE Download

Added: September 15, 2010 | Visits: 819

Devel::DProf Devel::DProf is a Perl code profiler. SYNOPSIS perl5 -d:DProf test.pl The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Devel::DProf Download

Added: January 11, 2010 | Visits: 1.055

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: February 27, 2010 | Visits: 986

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where