TechRepublic : A ZDNet Tech Community

12 Resources for

cpan

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Database headache leads to near meltdown
So I was working on our company's server the other day. I was running a couple of updates - notably to CPAN. Like an idiot, I assumed that updating CPAN wouldn't affect anything critical. Boy, was I wrong. After the update, I went to check on something...
Tags: Database, MySQL, CPAN, Storage, Databases, Open Source, Hardware, Enterprise Software, Software, Data Management, Jack Wallen
Blog posts 2007-12-24
A dirge for CPAN
On my way out the door tonight, I stopped to briefly speak with a coworker. I noticed that he was perusing CPAN. For those who are not familiar with it, CPAN is the Comprehensive Perl Archive Network, the collection of Perl libraries. As far as I know, no one has...
Tags: Perl, Microsoft Corp., Site, CPAN, Perl CPAN, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development, Justin James
Blog posts 2007-09-17
A dirge for CPAN
Any thoughts?If you used CPAN, what did it have that other resources lack? Do you know of any equivalents for non-Perl languages?J.Ja
Tags: Justin James, CPAN
Discussion threads 2007-09-17
How do I... Convert Perl's POD to HTML?
One of the nicer things about Perl is its Plain Old Documentation POD format for code documentation. This format provides a framework for code explanation and formatting, using friendly and intuitive directives to make code documentation a relatively painless process.CPAN's wide array of POD manipulation tools allow you to parse...
Tags: HTML, Perl, Module, Melonfire
Blog posts 2007-08-10
Explore 10 of the more useful Perl modules for YAML developers
Using YAML?Have you used YAML in your application development? What is YAML good for and what is not good for?
Tags: melonfire, cpan, application development, programming, perl, YAML, Mark W. Kaelin, Using YAML
Discussion threads 2006-12-05
Manipulate dates and time with these 10 Perl CPAN modules
The power to manipulate timeBesides the CPAN modules listed in the article, what other CPAN modules would you like to see on TechRepublic? How much Perl coding do you?chuckleNot as much as I want to, how's that for a answer with regard to how
Tags: application development, cpan, CPAN module, Mark W. Kaelin, melonfire, perl, Perl CPAN, programming
Discussion threads 2006-11-03
10 CPAN Perl modules that make life easier for Win32 programmers
Perl toolkitsWhat is your most often used Perl module?
Tags: CPAN Perl, perl, application development, cpan, melonfire, Mark W. Kaelin, programming, Win32
Discussion threads 2006-06-12
10 CPAN modules that will increase your XML Perl development
Perl modules and CPANThe downloadable version of this article is available here:http://techrepublic.com.com/5138-3513-5987868.htmlWhat do you use Perl for in your organization? Is there a Perl module or function you would like to see explained in a TechRepublic download?
Tags: Scripting languages, Programming languages, Development tools, Perl
Discussion threads 2005-12-08
Generate stronger random passwords with these Perl modules
If you're a system administrator or Web developer, youprobably already know that weak user passwords count as one of the biggest networksecurity risks. Weak passwords—for example, the user's name or date ofbirth—are commonly "cracked" by sophisticated password sniffingtools, making it easy for unauthorized users to gain back-door entry intoservers. That's...
Tags: Contributor Melonfire, password, Perl, String::MkPasswd
Technical articles 2005-10-07
Using Perl's Finance::Quote to retrieve stock information from the Web
Perl's CPANcontains many gems, and one of them is undoubtedly the Finance::Quote module. Designed toease the task of retrieving stock prices off the Internet, the module makes it simplefor developers to integrate stock-tracking mechanisms into their applicationsand thus create customized reports on financial market movements over differingtime periods or investment...
Tags: Investment, Scripting languages, Financial accounting, Web, Using Perl, Guest Contributor, Finance::Quote, CPAN, stock, Perl
Technical articles 2004-07-01
Tap into the power of CPAN
CPAN is a tremendous resource that any Perl developer will find useful. Learn how to install CPAN modules and put them to work in your scripts.Comprehensive Perl Archive Network CPAN is the centralized source for Perl modules and extensions. Hundreds of useful resources are available in this repository, free for...
Tags: Scripting languages, Programming languages, Development tools, CPAN, Shelley Doll, Comprehensive Perl Archive Network, CPAN.pm, Perl
Technical articles 2002-08-21
Get control with 10 practical Perl modules for network programmers
CPAN's network programming category has thousands of Perl modules ranging from general server daemons to highly-specific applications interacting with a Cisco router. The Perl programming language is nothing if not versatile. The Comprehensive Perl Archive Network CPAN has a bunch of ready-made Perl modules to enable developers...
Tags: TechRepublic Inc., Perl, Network, Programmer, Programming, CPAN, Comprehensive Perl Archive Network, Development Tools, Scripting Languages, Programming Languages, Software Development, Software/Web Development, Web Development
Download resources 2006-03-27

Additional Resources

10 CPAN modules that will increase your XML Perl development
The Comprehensive Perl Archive Network CPAN, is a wonderful place, packed to the brim with all mannerof goodies for Perl programmers. A little rummaging around, and you'lluncover ready-made widgets for everything from text processing to socketprogramming. And one category CPANis particularly strong in is XML, especially as more and more...
Tags: Comprehensive Perl Archive Network, Contributor Melonfire, Perl, XML
Technical articles 2005-12-08
10 Perl CPAN modules for manipulating specific file formats
In your Perl development, it's quite likely that you willencounter files in different formats -- XML, PDF, CSV, RSS-- and different binary data formats. Your Perl application may need tomanipulate these files, either reading from them or writing to them. You can simplify this task by turning to the ComprehensivePerl...
Tags: Contributor Melonfire, database, Perl, TAR
Technical articles 2006-07-24
10 CPAN Perl modules that make life easier for Win32 programmers
There's something about Comprehensive Perl Archive Network'sCPAN collection of Windows-specific Perlmodules that makes most everyone happy. The Windows crowd likes it becauseit allows them to do relatively-complex things fairly efficiently and quicklyin a Microsoft development environment. And the open-source geeks like itbecause it allows them to crow about Perl's superior...
Tags: Contributor Melonfire, Microsoft Windows, OLE, Perl, Win32
Technical articles 2006-06-12
Manipulate dates and time with these 10 Perl CPAN modules
This article is also available as a TechRepublic download.The ability to manipulate dates and times is fundamental tomost programming languages, and Perl is no exception. However, when it comes to moreadvanced temporal processing, the bare-bones capabilities built into Perl mayoften seem insufficient. In such situations, it's a good idea to...
Tags: Contributor Melonfire, Perl
Technical articles 2006-11-03
Tech Tip: Install Perl modules using CPAN
Here's how to install Perl modules using CPAN. Perl is an extremely flexible programming language, and a number of programs exist that use it. One of its advantages is the availability of many modules that you can add to create new functionality in programs...
Tags: Guest Contributor, Linux Tips Newsletter, Perl, Module, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
Technical articles 2004-07-27
These 10 CPAN modules that increase your XML Perl development agility
This document lists ten CPAN modules that you're sure to find helpful in your daily development activities. Perl is a very powerful programming language, especially when it is used to develop XML-friendly applications. Using Perl in conjunction with modules available from the Comprehensive Perl Archive Network CPAN...
Tags: TechRepublic Inc., Perl, Module, XML, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
Download resources 2005-12-08
Manipulate dates and time with these 10 Perl CPAN modules
The ability to manipulate dates and times is fundamental to most programming languages, and Perl is no exception. However, it is often necessary go beyond the bare-bones capabilities built into Perl to the more feature-laden functions found on the Comprehensive Perl Archive Network CPAN. This download explains 10 of the...
Tags: Perl, Melonfire, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
Download resources 2006-11-03
Install of GD in CPAN problem
I'm getting the following errors installing GD on a Ubuntu 5.10 x86 box.GD.c:4234: error: syntax error before âfontâGD.c:4240: error: âfontâ undeclared first use in this functionGD.c:4240: error: called object âGD__Fontâ is not a functionGD.c: In function âXS_GD__Font_heightâ:GD.c:4261: error: syntax error before âfontâGD.c:4267: error: âfontâ undeclared first use in this functionGD.c:4267:...
Tags: Scripting languages, stpatrick3@...
Q&A 2006-02-19
  • << Previous
  • page 1 of 1
  • Next >>


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
IT Manager's Tool Kit, Third Edition
Proven peer-authored advice and over 30 templates cover a variety of management topics to help you overcome staffing, financial, disaster planning and other technology challenges.
Buy Now