Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Perl module


Related Topics

In the News (Thu 31 Dec 09)

  
  Perl - Wikipedia, the free encyclopedia
Perl is widely used in finance and bioinformatics, where it is valued for rapid application development, ability to handle large data sets, and the availability of many standard and 3rd-party modules.
Perl is implemented as a core interpreter, written in C, together with a large collection of modules, written in Perl and C. The source distribution is, as of 2005, 12 MB when packaged in a tar file and compressed.
Perl developers rely on the functional tests to ensure that changes to the interpreter do not introduce bugs; conversely, Perl users who see the interpreter pass its functional tests on their system can have a high degree of confidence that it is working properly.
en.wikipedia.org /wiki/Perl   (5007 words)

  
 Perl/Tk Tutorial - Create GUI with Perl's Tk Module
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
Perl finds many applications as a glue language, tying together systems and interfaces that were not specifically designed to interoperate.
Perl is free software, and may be distributed under either the Artistic or the GPL License.
www.geocities.com /binnyva/code/perl/perl_tk_tutorial   (794 words)

  
 Perl Module Primer (1/5)
Pretty much all Perl coders--even novices--are familiar with the Perl module, a primary means for implementing reusable code blocks in the Perl language.
I suspect the reason that many Perl novices avoid developing their own modules is because they (modules) are seen as belonging to the realm of the expert coders.
And as to the first potential complaint--that modules belong solely in the realm of expert coders--that is simply not the case.
www.webreference.com /programming/perl/modules   (645 words)

  
 perlmodinstall2 - Installing Perl Modules
Perl comes with a very handy module called CPAN.pm that automates the process of downloading and installing a Perl module.
It is possible, for some modules, to install the module without compiling anything, and so you can just drop the file in place and have it work.
Without going into a lot of the detail, some Perl modules contain a portion written in some other language (such as C or C++) and some are written in just in Perl.
www.rcbowen.com /imho/perl/modules.html   (1434 words)

  
 Perl Module Mechanics
Modules from successive distributions are kept in different directories to support programs that may rely on older versions.
Perl is an interpreted language, and has not the source code/object code distinction that exists in languages like C or Java.
Perl is distributed under the terms of the GPL and the Artistic License; if these aren't the terms that you want for your module, you need to change this language.
world.std.com /~swmcd/steven/perl/module_mechanics.html   (2065 words)

  
 Jan Pazdziora: Perl   (Site not responding. Last check: 2007-10-11)
Module where Perl scripts run in the mod_perl environment do not generate any markup output (like HTML), but return data that is embedded into data structure description (DSD).
These modules are free software; you can distribute and modify them under the same terms as Perl itself — either the GNU General Public License or the Artistic License.
In Perl, we can write network applications directly: simple server, that repeats what is sent to it, another version without fork and an client example (but beware of buffering).
www.fi.muni.cz /~adelton/perl   (1193 words)

  
 mod_perl: Apache/Perl Modules
The modules listed with MPB as the author were present in the Writing Apache Modules with Perl and C book by Lincoln Stein and Doug MacEachern.
If you want to port your or someone else's module to mod_perl 2.0, please refer to the these documents: porting Perl modules to mod_perl 2.0 and mod_perl 1.0 compatibility reference.
Use of the Camel for Perl is a trademark of O'Reilly and Associates, and is used by permission.
perl.apache.org /products/apache-modules.html   (945 words)

  
 comp.lang.perl.modules The Perl 5 Module List (Reusable Software)
A module is a file that (by convention) provides a class of the same name (sans the.pm), plus an import method in that class that can be called to fetch exported symbols.
This module may implement some of its methods by loading dynamic C or C++ objects, but that should be totally transparent to the user of the module.
If developing modules for private internal or project specific use, that will never be released to the public, then you should ensure that their names will not clash with any future public module.
www.faqs.org /faqs/perl-faq/module-list   (4481 words)

  
 Perl for Win32   (Site not responding. Last check: 2007-10-11)
In the recent past, there were two different versions of Perl on Win32 platforms, the ActiveState version based on Perl 5.003 and one built from the core distribution (starting with Perl 5.004).
Perl modules that have an accompanying.pll file need to be compiled for a specific build of Perl for Win32.
Modules compiled for builds 100-105 are all compatible with each other, and modules 106-110 are compatible with each other.
www.northbound-train.com /perlwin32.html   (1975 words)

  
 M-J. Dominus Perl Paraphernalia   (Site not responding. Last check: 2007-10-11)
Perl was created to solve those problems that were caused by real and artificial stupidity -- file formats created by morons, log files that were almost completely useless, idiotic incompatibilities between programs, etc...
To enable these, Perl 5 introduced a feature called `references', and using references is the key to managing complicated, structured data in Perl.
This module lets you define arbitrary string interpolation semantics, which means that you can control the way variables and other expressions interpolate into your strings.
perl.plover.com   (2247 words)

  
 CPAN
You may distribute this document either under the Artistic License (comes with Perl) or the GNU Public License, whichever suits you.
You may say that the files are "mirrored from CPAN".
Perl core and CPAN modules documentation (Randy Kobes)
www.cpan.org   (223 words)

  
 The Perl Module for GDChart   (Site not responding. Last check: 2007-10-11)
There is a new version of the C module which uses a 2d array call as opposed to varargs, which was the limitation on multiple data sets in bars, graphs, etc. (e.g.
The cause may be in either the C or the perl...
There are still situations where the module will return without creating the graph or the module will hang.
gdchart.freeservers.com /gdchart   (1052 words)

  
 bp, a Perl Bibliography Package
Bib.pm is a Perl5 module that provides an abstraction on refer files.
There is a standard options parser for modules, and all modules have been changed to use it.
The old HTML code is gone, replaced with a generic output module, with style programs generated from a more generic description file.
www.ecst.csuchico.edu /~jacobsd/bib/bp   (665 words)

  
 Perl.com: The Source for Perl -- perl development, perl conferences
Perl's suitability as a glue language allows you to connect two applications that wouldn't normally communicate by translating their data files between formats.
With Pugs and Parrot playing nicely and bringing Perl 6 to the rest of us, enterprising early adopters are experimenting with porting their popular Perl 5 modules to Perl 6.
Perl has voluminous documentation, both in the core distribution and in thousands of CPAN modules.
www.perl.com   (2035 words)

  
 Fvwm/Perl Module Interface
This extension requires Perl 5.002 or later, and Fvwm 2.0.45 or later to run.
Written in Perl with the Tk extension (version 400.202, based on Tk 4.2), this application is currently 1400 lines of code, including comments and whitespace (the FvwmWinList module has 1804 in C modules and header files) The sample image you see here uses the following configuration lines in the
The TkPerlConsole app is 563 lines of code (which includes the manual page in-lined using Perl's POD format), compared to approximately 1070 lines in the combined C module and headers files from both FvwmConsole and FvwmDebug.
www.byz.org /~randy/perl/X11::Fvwm   (374 words)

  
 Creating your first Perl module - Builder.com   (Site not responding. Last check: 2007-10-11)
And the more you work with quality code modules from the Comprehensive Perl Archive Network (CPAN), the more you're going to want to turn your best utility code into modules you can use the same way.
The main sign that code is worth committing to a module is easy to spot: It's code you need to use in more than one place.
Its original job was to help convert C program header files to Perl module code for extending Perl, but you can skip that and just have it set you up with a basic module skeleton.
builder.com.com /5100-6371-1044686.html   (440 words)

  
 The Perl 5 Registered Module List
Since PAUSE held a database of module information which could be maintained by module authors it made sense for the module listing part of the Module List to be built from that database.
Perl 5 implements a class using a package, but the presence of a package doesn't imply the presence of a class.
The module namespace that is uploaded for the first time ever gets indexed, but not the module of the second one who tries to use the same namespace.
www.cpan.org /modules/00modlist.long.html   (8352 words)

  
 OpenGL Perl Module V0.4   (Site not responding. Last check: 2007-10-11)
This module is also available on the CPAN network.
I believe that someone else has assumed ownership of this module and will be releasing a newer version soon.
Tutorial - see a simple example and learn how to program with it.
www.melax.com /perl   (137 words)

  
 Homepage - Perl-LDAP
The perl-ldap distribution is a collection of perl modules which provide an object orientated interface to LDAP servers.
By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code.
All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible.
ldap.perl.org   (356 words)

  
 [No title]
packages are easy to install and manage, Perl modules are useful and do all sorts of things.
These are built for Perl 5.8.0 (some of the older packages may be built for 5.6.0) but we provide the
A: Courtesy of Richard Bos, the problem owes to the fact that the module needs to perform some steps in what would be the %post section of a spec-file.
perl.arix.com /cpan2rpm   (562 words)

  
 Perl Butler Module Home Page
Butler module is a Perl module that enables perl scripts to access the Butler SQL database.
Butler.ph - Butler module perl header file with useful constants defined Butler.pm - Butler module, package name "Butler".
Thanks to Tim Bunce for setting me straight on the naming of Butler module instead of using the anachronism, Butperl.
remus.rutgers.edu /~petechen/Butler/Butlerpm.html   (437 words)

  
 Mother of Perl: Free Perl Tutorials, Tips, Lessons, Tricks, and Code - Webreference.com   (Site not responding. Last check: 2007-10-11)
I was excited to discover that there is good support for Perl in the client and the AIM protocol, so I hacked up three very cool apps.
Moniker is a simple command-line Perl script that is used to monitor services like HTTP, POP, NNTP, SMTP, and IMAP on local or remote servers anywhere on the Internet.
XML is the standard that promises to free us from the shortcomings of HTML by allowing authors to create documents using their own descriptive markup.
www.webreference.com /perl   (1448 words)

  
 Module Documentation - Net::AIM 1.21   (Site not responding. Last check: 2007-10-11)
This module implements an OO interface to the Aol Instant Messenger TOC protocol.
This method instructs the module to send our configurations which are the mode (permit/deny/all) and our buddy list to the server and to set it as our saved config on the server
This method instructs the module to send all our current buddies to the AOL server.
aspn.activestate.com /ASPN/CodeDoc/Net-AIM/AIM.html   (633 words)

  
 debaday: libmodule-install-perl - A Cornucopiae of Module::Install Recipes
It's a lot easier for most of us to cook a meal from a recipe, rather than just throwing things into a pot until something edible forms.
Module::Install makes writing Perl module installers as easy as possible.
I'm deep into a Perl rut here and you'll just have to bear with me. I always appreciate it when people try to improve the status quo.
www.livejournal.com /users/debaday/19793.html   (168 words)

  
 WordNet Perl Module
Installation uses the perl MakeMaker utility ('perldoc ExtUtils::MakeMaker').
Alternately, copy QueryData.pm to /foo/WordNet/, and use -I/foo as an argument to perl.
Lingua::Wordnet module lets you modify and extend WordNet.
people.csail.mit.edu /jrennie/WordNet   (302 words)

  
 SourceForge: XML::RSS   (Site not responding. Last check: 2007-10-11)
This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files.
This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and other nifty things.
New in version 1.x: added initial RSS 2.0 support; first fix to properly encode special characters in output; and the parse and parsefile routines now automatically add non-standard namespace to the modules.
perl-rss.sourceforge.net   (164 words)

  
 Perl DBI - dbi.perl.org
"The DBI is the standard database interface module for Perl.
It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used."
Developed and Maintained by Ilya Sterin [dbi-webmaster at perl dot org]
dbi.perl.org   (43 words)

  
 Perl Module for GNU plotter library   (Site not responding. Last check: 2007-10-11)
Here you can find a perl binding for the libplotter library, which is a part of the plotutils distribution.
There is another perl module for plotutils libplot library Libplot, written by John Lapeyre.
These two modules would exist on CPAN, but could be merged in the future.
www.klaban.torun.pl /prog/libplot   (156 words)

  
 mod_perl: Welcome to the mod_perl world
You can use Perl to manage Apache, respond to requests for web pages and much more.
This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content.
As you'd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating systems, to complete XML content delivery systems.
perl.apache.org   (415 words)

  
 Asterisk - The number one open source PBX in the world
asterisk-perl is a collection of perl modules to be used with the Asterisk PBX, an open source pbx system developed by Mark Spencer.
Currently the most used module is Asterisk::AGI which makes writing agi scripts simple.
There are a number of example AGI scripts included in asterisk-perl, there is a listing of available examples in the README file.
asterisk.gnuinter.net   (237 words)

  
 Download Counter Access | Spread Firefox
The Perl of course will have to run on the same domain as the JavaScript.
Of course it requires knowledge of PERL, but if you know perl better than php, it's still a good thing.
I imagine there's a shorter Perl method too; but I'm a n00b, so I'd be happy to take suggestions on that.
www.spreadfirefox.com /?q=node/view/13612   (1045 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.