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.181.320 Times

Cisco Perl Scripts freeware
Filter: All | Freeware | Demo
 

Cisco Perl Scripts

< 1 2 3 4 5 > 
Added: June 20, 2013 | Visits: 392

Inline::Perl Inline::Perl is a Perl module that allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results. All user-defined procedures in the inlined Perl code will be available as normal subroutines; global...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Inline::Perl Download

Added: September 16, 2010 | Visits: 1.362

Lingua::RU::Charset Lingua::RU::Charset is a Perl extension for detecting and converting various russian character sets: KOI8-r, Windows-1251, CP866, ISO-8859-5, X-Mac-Cyrillic, russian text in english letters, russian part of Unicode and UTF-8. Lingua::RU::Charset module can be especially useful for computers with...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Lingua::RU::Charset Download

Added: August 12, 2010 | Visits: 1.037

Sys::PortIO Sys::PortIO is a Perl module to perform direct port I/O from Perl. SYNOPSIS use Sys::PortIO; port_open($portnum); write_byte($portnum, $value); $value = read_byte($portnum); port_close($portnum); This module provides a Perl interface to the low-level port I/O operations provided by...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (116): Sys::PortIO Download

Added: November 15, 2010 | Visits: 1.014

Inline-Support Inline-Support is a Perl module created to support information for Inline.pm and related modules. This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN. SUPPORTED LANGUAGES The most important...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Inline-Support Download

Added: July 18, 2010 | Visits: 1.045

stat4proftpd stat4proftpd is a Perl script (with console interface) that shows some statistics (input/output traffic, the most requested files, the most active users) taken from the default TransferLog file(s) created by ProFTPD.. Collection of tiny Perl scripts written by Dmitry Shurupov: senddfbymail.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): stat4proftpd Download

Added: July 16, 2010 | Visits: 696

DCE::ACL DCE::ACL is a Perl interface to DCE ACL client API. SYNOPSIS use DCE::ACL; $aclh = DCE::ACL->bind($object); DCE::ACL provides a Perl interface to the sec_acl_* client API. As the sec_acl_list_t structure is rather complex, additional classes and methods are provided so Perl scripts can...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): DCE::ACL Download

Added: August 13, 2010 | Visits: 1.494

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: March 25, 2010 | Visits: 1.051

infobot infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information. In the beginning, we had to type URLs out, or, at best, wade...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (112): infobot Download

Added: June 27, 2010 | Visits: 952

MARC MARC is a Perl extension to manipulate MAchine Readable Cataloging records. SYNOPSIS use MARC; # constructors $x=MARC->new(); $x=MARC->new("filename","fileformat"); $x->openmarc({file=>"makrbrkr.mrc",format=>"marcmaker", increment=>"5", lineterm=>"n", charset=>%char_hash});...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (92): MARC Download

Added: May 12, 2010 | Visits: 1.240

Nmap::Scanner Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl. SYNOPSIS Perl extension for performing nmap (www.insecure.org/nmap) scans. use Nmap::Scanner; # Batch scan method my $scanner = new Nmap::Scanner; $scanner->tcp_syn_scan(); $scanner->add_scan_port(1-1024);...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (105): Nmap::Scanner Download

Added: September 11, 2010 | Visits: 1.201

File::Comments File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. SYNOPSIS use File::Comments; my $snoop = File::Comments->new(); # *---------------- # | program.c: # | /* comment */ # | main () {} # *---------------- my $comments =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): File::Comments Download

Added: April 05, 2010 | Visits: 1.232

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): File::Remote Download

Added: April 20, 2010 | Visits: 906

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: May 11, 2010 | Visits: 1.204

QuikWiki QuikWiki project is a Perl CGI Wiki that supports normal Wiki functions like browsing, creating, and editing Web pages. Additionally, QuikWiki supports inline image display, text markup, RCS revisions, and page templates. Whats New in This Release: - This release features better handling of...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): QuikWiki Download

Added: March 03, 2010 | Visits: 730

Web Web Perl module contains a set of useful routines for many webworking purposes. This module was primarily made for UNIX/Linux-Systems. Parts of it cannot be used on other systems. E.g. the procedures for file locking demand systems that can use symlinks. If you use the modul on systems where...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (88): Web Download

Added: January 25, 2010 | Visits: 612

PLTools These scripts, written in Perl, are quite simple in nature. I spend a lot of time cleaning out and exploring preference files when administering Mac OS X machines, and Mac OS X 10.4's propensity toward binary .plist files made this process much more tedious.The apparent alternative is a GUI, such...


Platforms: Mac

License: Freeware Size: 13 KB Download (95): PLTools Download

Added: April 19, 2013 | Visits: 331

MOAC for Music and Sound MOAC is a set of PHP scripts and a perl client/server application that along with several other programs is meant to control the output of multiple audio cards installed in a single machine through the web interface AND/OR a remote control using LIRC.It uses multiple instances of the programs so...


Platforms: PHP

License: Freeware Size: 235.52 KB Download (49): MOAC for Music and Sound Download

Added: August 09, 2008 | Visits: 1.133

Abyss Web Server For Windows Abyss Web Server 1.0 is a free personal web server.Though small, it supports HTTP/1.1, CGI scripts, partial downloads, caching negotiation, index files and directory aliases. It features also an easy to use remote web management interface.With Abyss Web Server, hosting your web site and your PHP...


Platforms: Windows

License: Freeware Size: 112 KB Download (120): Abyss Web Server For Windows Download

Added: August 09, 2008 | Visits: 974

Arranged Blind Dates These two scripts make it possible to traverse all files in a subtree, even an entire site, record the dates of the original files, then apply those dates to the new server. You should run the first script, BlindDate, on the old server. It traverses all the directories on the server and saves the...


Platforms: *nix

License: Freeware Download (441): Arranged Blind Dates Download

Added: January 18, 2010 | Visits: 998

Cafeterra Cafeterra provides a message queue-based EAI tool. Cafeterra is a message queue-based EAI project with a Web user interface for designing, processing, and monitoring inter-application data flows. Supported connectors are based on an RDBMS, flat files (CSV, fixed length record, XML, HL7, HTML,...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (96): Cafeterra Download

< 1 2 3 4 5 >