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

Warn freeware
Filter: All | Freeware | Demo
 

Warn

< 1 2 3 4 5 > 
Added: June 14, 2010 | Visits: 1.215

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: November 13, 2010 | Visits: 919

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: May 14, 2010 | Visits: 752

Argv Argv is a Perl module that provides an OO interface to an arg vector. SYNOPSIS use Argv; # A roundabout way of getting perls version. my $pl = Argv->new(qw(perl -v)); $pl->exec; # Run /bin/cat, showing how to provide "predigested" options. Argv->new(/bin/cat, [qw(-u -n)],...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (86): Argv Download

Added: July 11, 2010 | Visits: 1.765

phpMyInventory phpMyInventory (PMI) is a web-based inventory program designed to keep track of all your systems, software and peripherals. "Systems" include: PCs, servers, laptops, network printers, etc. See the project page to download v2.81 or to read the change log. Some screenshots are available on the...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (220): phpMyInventory Download

Added: July 17, 2010 | Visits: 1.334

Autostatus Autostatus is a network and server monitoring program. The project is designed to support large, arbitrarily complex networks of computers, and still provide feedback in a very timely fashion. To that extent, it has the following goals: - Speed - Autostatus attempts to probe for network status...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (97): Autostatus Download

Added: July 04, 2010 | Visits: 1.418

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Out Download

Added: February 12, 2010 | Visits: 668

Getopt::Helpful Getopt::Helpful is an integrated option hash / help messages. STATE This module is still under development, but is being publish on CPAN to satisfy some code which depends on it. The interface may change in a future version and some of the functionality is not yet complete. SYNOPSIS This...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Getopt::Helpful Download

Added: February 25, 2010 | Visits: 847

dtRdr::Logger dtRdr::Logger is a Perl module for global logging. SYNOPSIS use dtRdr::Logger; L->debug($message, ...); L->info($message, ...); L->warn($message, ...); L->error($message, ...); L->fatal($message, ...); For a stacktrace: sub bar { L()->logcluck("foo"); } See Log::Log4perl for more...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::Logger Download

Added: October 15, 2010 | Visits: 1.040

MIME::Head MIME::Head is a MIME message header (a subclass of Mail::Header). SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Construction ### Create a new,...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): MIME::Head Download

Added: August 15, 2010 | Visits: 1.120

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: June 14, 2010 | Visits: 1.236

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: February 22, 2010 | Visits: 1.324

NewPKI NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database. The database provides provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. Whats New in This Release: - Testing the presence of either...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (133): NewPKI Download

Added: October 05, 2010 | Visits: 825

Text::PromptBalanced Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text. SYNOPSIS use Text::PromptBalanced qw(balance_factory); ($state,$balance) = balance_factory( string => { type => toggle, open => " }, paren => { type => balanced, open => (, close => ), ignore_in => string...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Text::PromptBalanced Download

Added: April 27, 2010 | Visits: 1.093

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: November 11, 2010 | Visits: 1.477

Errno Errno package contains system errno constants. SYNOPSIS use Errno qw(EINTR EIO :POSIX); Errno defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, :POSIX, which will export all POSIX defined error numbers. Errno...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): Errno Download

Added: May 26, 2010 | Visits: 1.190

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (157): Debug::Trace Download

Added: June 21, 2010 | Visits: 1.376

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: July 18, 2010 | Visits: 900

JobPal JobPal is a tool that can be used as an aid in online job searching. In todays job market, most positions are found on internet job boards, and resumes and cover letters are submitted via email. Most of the work involves customization of cover letters for each unique position, and repetitively...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): JobPal Download

Added: August 14, 2010 | Visits: 1.154

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): File::Signature Download

Added: October 26, 2010 | Visits: 802

Log::Log4perl::AutoCategorize Log::Log4perl::AutoCategorize - extended Log::Log4perl logging. ABSTRACT Log::Log4perl::AutoCategorize extends Log::Log4perls (l4p) easy mode, adding 2 main features; 1. extended, automatic, transparent categorization capabilities a. logging category <-...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (89): Log::Log4perl::AutoCategorize Download

< 1 2 3 4 5 >