Main > Free Download Search >

Free perl package software for linux

perl package

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6768
Simple Perl Package Manager 0.98

Simple Perl Package Manager 0.98


Simple Perl Package Manager is a package manager. more>>
Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package.

It records MD5 checksums of all installed files and includes a script to verify them and check other attributes of a package.

<<less
Download (0.022MB)
Added: 2006-09-09 License: GPL (GNU General Public License) Price:
1144 downloads
Wx::Perl::Packager 0.07

Wx::Perl::Packager 0.07


Wx::Perl::Packager provides a module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl more>>
Wx::Perl::Packager provides a module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl

A module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl2Exe. All that is needed is that you include a use statement as the first item in your BEGIN blocks. For Perl2Exe, an additional use statement outside any BEGIN block ensures correct object cleanup.

Also provided are:

wxpdk
wxpar

which assist in packaging the wxWidgets DLLs.

<<less
Download (0.012MB)
Added: 2007-03-30 License: Perl Artistic License Price:
941 downloads
Fedora Package Menu 0.1

Fedora Package Menu 0.1


Fedora Package Menu is a service menu for easy installation of downloaded RPMs. more>>
Fedora Package Menu is a service menu for easy installation of downloaded RPMs.

Requires sudo and good configuration of sudo.
<<less
Download (MB)
Added: 2006-09-20 License: LGPL (GNU Lesser General Public License) Price:
1133 downloads
Perl Panel 0.9.1

Perl Panel 0.9.1


Perl Panel is an X11 panel program written in Perl. more>>
PerlPanel is an attempt to build a useable, lean panel program (like the Gnome Panel or the KDE Kicker) in Perl, using the Gtk2-Perl libraries.

PerlPanel is the ideal accompaniment to a light-weight Window Manager such as OpenBox, or a desktop-drawing program like iDesk. Click here to see all three working together.

Most of PerlPanels features are provided by applets - simple widgets that each do a different job. PerlPanel currently ships with 36 different applets.

<<less
Download (0.34MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1646 downloads
ModPerl::PackageRegistry 0.02

ModPerl::PackageRegistry 0.02


ModPerl::PackageRegistry is a Perl module to map URIs to perl package namespaces. more>>
ModPerl::PackageRegistry is a Perl module to map URIs to perl package namespaces.

SYNOPSIS

Apache:

< Location /dynamic >
SetHandler perl-script
PerlResponseHandler ModPerl::PackageRegistry
PackageNamespace MyWebsite::pages
PackageBase /dynamic
PackageIndex index
PackageHandler ->page
< /Location >

Perl:

package MyWebsite::pages::index;

use strict;
use warnings;

use Apache2::RequestRec ();
use Apache2::Const q(OK);

return 1;

sub page {
my($class, $r) = @_;
$r->do_stuff();
return OK;
}

This mod_perl2 handler allows you to directly map a path in your apache 2.x server to a package namespace in perl. When the handler is invoked, it transforms the URI requested into the name of a perl module, and if that module is found, executes the handler specified by the PackageHandler directive.

<<less
Download (0.007MB)
Added: 2007-03-22 License: Perl Artistic License Price:
947 downloads
Perl OpenID 1.1

Perl OpenID 1.1


Perl OpenID is a perl module for verifying OpenID identities. more>>
Perl OpenID is a perl module for verifying OpenID identities.
Main features:
- asy-to-use API
- Does not depend on underlying web framework
- Extensive documentaion
- Ready-to-use store implementation
- Test suite
- Licensed under the LGPL
Enhancements:
- This release contains a tested, documented library with support for OpenID extensions and Yadis.
- There are examples for both the consumer and server.
<<less
Download (0.057MB)
Added: 2006-06-15 License: LGPL (GNU Lesser General Public License) Price:
1227 downloads
Perl Playlist 0.1

Perl Playlist 0.1


Perl Playlist is a command line application to generate m3u files based on your all your MP3s. more>>
Perl Playlist is a command line application to generate m3u files based on your all your MP3s.

Perl Playlist uses MP3::Info to read the MP3 tags.

Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.

<<less
Download (0.10MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1312 downloads
Perl OS 4

Perl OS 4


Perl OS is a program written in Perl/Tk, designed to look like a simple operating system. more>>
Perl OS is a program written in the Perl programming language combined with the Perl module Tk.

Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more.

The program comes with several programs, along with a utility to add many more which can be found on the Internet.

From the outside, Perl OS looks like a simple operating system. But inside, it is a powerful system for working with Perl and Tk.

For more details please visit the Perl OS home page:

http://perlos.sourceforge.net/

<<less
Download (0.14MB)
Added: 2007-08-04 License: GPL v3 Price:
812 downloads
Perl Advanced TCP Hijacking 0.8

Perl Advanced TCP Hijacking 0.8


Perl Advanced TCP Hijacking is a collection of tools for inspecting and hijacking network connections written in Perl. more>>
Perl Advanced TCP Hijacking is a collection of tools for inspecting and hijacking network connections written in Perl. It consists of a packet generator, an RST daemon, a sniffer, an ICMP redirection tool, an ARP redirection tool, an IDS testing tool and other.

If your system supports Perl just do the following steps:
cd modules
su
perl Makefile.PL
make
make install
If the script tell you it cant install all required modules automatically youll find that module on CPAN [http://www.cpan.org].

<<less
Download (0.46MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1211 downloads
Perl 5.8.8

Perl 5.8.8


Perl is a high-level, general-purpose programming language. more>>
Perl is a stable, cross platform programming language. Perl project is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs.
Main features:
- Perl is a stable, cross platform programming language.
- It is used for mission critical projects in the public and private sectors.
- Perl is Open Source software, licensed under its Artistic License, or the GNU General Public License.
- Perl was created by Larry Wall.
- Perl 1.0 was released to usenets alt.comp.sources in 1987
- PC Magazine named Perl a finalist for its 1998 Technical Excellence Award in the Development Tool category.
- Perl is listed in the Oxford English Dictionary.
- Perl takes the best features from other languages, such as C, awk, sed, sh, and BASIC, among others.
- Perls database integration interface (DBI) supports third-party databases including Oracle, Sybase, Postgres, MySQL and others.
- Perl works with HTML, XML, and other mark-up languages.
- Perl supports Unicode.
- Perl is Y2K compliant.
- Perl supports both procedural and object-oriented programming.
- Perl interfaces with external C/C++ libraries through XS or SWIG.
- Perl is extensible. There are over 500 third party modules available from the Comprehensive Perl Archive Network (CPAN).
- The Perl interpreter can be embedded into other systems.
- Perl is the most popular web programming language due to its text manipulation capabilities and rapid development cycle.
- Perl is widely known as "the duct-tape of the Internet".
- Perls CGI.pm module, part of Perls standard distribution, makes handling HTML forms simple.
- Perl can handle encrypted Web data, including e-commerce transactions.
- Perl can be embedded into web servers to speed up processing by as much as 2000%.
- mod_perl allows the Apache web server to embed a Perl interpreter.
- Perls DBI package makes web-database integration easy.
<<less
Download (11.9MB)
Added: 2006-02-02 License: Artistic License Price:
1375 downloads
Making-Money-Package 1.0

Making-Money-Package 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-17 License: Freeware Price: Free
190 downloads
Debian::Package::HTML 0.1

Debian::Package::HTML 0.1


Debian::Package::HTML is a Perl module that generates a webpage information about a Debian binary. more>>
Debian::Package::HTML is a Perl module that generates a webpage information (and Linda/Lintian checks) about a Debian binary or source package using HTML::Template

SYNOPSIS

use strict;
use Debian::Package::HTML;
my $package = Debian::Package::HTML->new(%packageHash);
$package->output(%contextHash);

This module outputs a webpage using HTML::Template templates which resumes the information of a normal build environment for a package in Debian (source files, binary packages and changelogs) using Linda/Lintian for sanity checks. It is useful for making unified presentation webpages for those packages which are being sponsorized by someone in Debian.

<<less
Download (0.005MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1124 downloads
Tclperl 3.1

Tclperl 3.1


Tclperl allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. more>>
Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters.

This package allows the execution of Perl code from a Tcl interpreter, as in:

package require tclperl
set interpreter [perl::interp new]
$interpreter eval {print "Hello Worldn"}
perl::interp delete $interpreter

You can actually create several Perl interpreters this way, if the tclperl package was linked against a Perl library compiled with -DMULTIPLICITY, otherwise only 1 Perl interpreter can exist at a time.

Starting with version 3.1, you can also access and use the parent Tcl interpreter from a Perl interpreter (and even from Perl threads):

package require tclperl
set interpreter [perl::interp new]
puts [$interpreter eval {
$Tcl::parent->eval(clock format [clock seconds]);
}]
perl::interp delete $interpreter

This package works on UNIX machines (Redhat Linux rpms available at
http://jfontain.free.fr/) and Windows (thanks to David Gravereaux, DLL also available).
<<less
Added: 2006-01-13 License: LGPL (GNU Lesser General Public License) Price:
779 downloads
Software::Packager::Perl 0.05

Software::Packager::Perl 0.05


Software::Packager::Perl is used to package perl modules ready for installation and or distribution. more>>
Software::Packager::Perl is used to package perl modules ready for installation and or distribution.

SYNOPSIS

use Software::Packager;
my $packager = new Software::Packager(perl);

It creates packages in the same format used to install all Perl modules.

FUNCTIONS

new()

This method creates and returns a new class object.

package()

This method overrides the base API and implements the required functionality to create Perl software packages.

<<less
Download (0.019MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1018 downloads
Perl Webmail 3.1.0

Perl Webmail 3.1.0


Perl Webmail is a Perl-based Web-mail application. more>>
Perl Webmail is a CGI/mod_perl application that interfaces with external POP3 and SMTP services.
Perl Webmail provides all the expected functionality of a mail client, such as read, reply, forward, delete, as well as sending and receiving attachments, storage for mail folders, contacts, and calendar notes.
Requierments:
- Mail::Box
- Crypt::Blowfish
- Crypt::CBC
- Date::Parse
- Text::Wrap
- IO::Scalar
Enhancements:
- This release features a rewrite for Template Toolkit support, various code level improvements, and a build script to generate a Slackware package.
<<less
Download (0.07MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1420 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5