Did you mean
hyperlink (62 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 10 CPAN Perl modules that make life easier for Win32 programmers
- The Comprehensive Perl Archive Network's CPAN collection of Windows-specific Perl modules eases the extension of the programming language to the Windows universe. This download catalogs 10 Perl modules that can come in handy the next time you're programming in Win32 Perl. If you're a Perl programmer attempting to navigate the...
- Download resources 2006-06-12
- 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...
- Technical articles 2006-06-12
- 10 CPAN Perl modules that make life easier for Win32 programmers
- Perl toolkitsWhat is your most often used Perl module?
- Discussion threads 2006-06-12
- Perl tips: A good source for Win32 modules and an easier compile process
- Don't let a lack of Win32 modules or a convoluted compile procedure keep you from pushing your code to the limit. Check out this pair of tips to beef up Win32 support and learn a more straightforward compile method.By Charles GalpinTwo key areas for improving Perl programming are achieving better...
- Technical articles 2002-02-14
Additional Resources
- perl Term::ReadKey equivalent
- It seems my previous post on the same question is lost... :(Tried to accept user response from keyboard like "Press any key to continue ..." type of thing.perl code simplified:-#!use/per/bin;use Term:ReadKey;for $i { print "Press any key to continue: "; ReadMode 'cbreak'; $ans=ReadKey(0); ReadMode='normal';}It doesn't work....
- Discussion threads 2007-01-29
- Perl Express 2.1
- Perl Express is a unique and powerful integrated development environment IDE under Windows 98/Me/2000/XP/2003, including all necessary tools for writing and debugging perl programs. Perl Express is intended both for the experienced and professional Perl developers and for the beginners. Perl Express is easy to start using and easy to...
- Software downloads
- QuickStart: Perl
- Perl is the premier scripting language for the Web, but it isn't the easiest to learn. Download our free Perl PDF and get started quickly down the road to Perl mastery.
- Download resources 2004-08-18
- Perl for windows
- Hi, I have a windows 2k OS in my computer. SInce I have to write a couple of perl programs, Im trying to install Perl in my system. Could anyone tell me a suitable site where I can download and install perl for windows so that I can execte simple...
- Discussion threads 2007-04-15
- XAMPP (exe)
- Many people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install...
- Software downloads 2007-06-27
- Where to download Perl.NET?
- Perl compatibility with Latest Visual Studio 2005 Professional Edition & How to implement Perl.NET?Where to Download the Perl.NET Plug-in For this IDE?PerlIts the same people who do ActivePerl ie Activestate.See http://aspn.activestate.com/
- Discussion threads 2006-11-07
- Perl Master (exe)
- Unlock the secrets to Perl programming in Web CGI-bin and Windows GUI development. The tutorial written in Perl and developed into a Windows application has been carefully created by a team of Perl developers to provide practical knowledge and skills to master the Perl language. You will get a comprehensive...
- Software downloads 2004-11-22
- 10 things every Perl hacker (and expert) should know
- This document lists 10 things you should know about the Perl programming language before jumping into your first program. In large part because of its ease of use and its effectiveness for simple tasks, the Perl programming language attracts users who are often new to coding. But...
- Download resources 2006-05-25
- SpamAssassin for Win32 (zip)
- SpamAssassin is one of the best spam filters and it is also free. However, it is written on Perl and runs usually on corporate UNIX servers. This version is the first release on CNET Download.com.
- Software downloads 2007-12-18
- NBCi Accesses and Maintains Complex Databases With Perl
- Wrangling the enormous amount of information stored in NBCi's databases is easy with Perl. Perl was already an important component in the company's operations when the NBCi site was formed by merging Xoom.com, Snap.com, and the online division of NBC. When the company started out with Xoom.com, Perl was heavily...
- Book chapters
- What else besides Term:ReadKey I can use
- Tried to accept user response (one key stroke 0r so) to continue the perl segment, but learned that Term:ReadKey is not working under Win32. What else I can use? Please help.The following is the one I am trying to achieve:#!/usr/bin/perl -wuse CGI ':standard',"-debug";use Tie::File;use Term::ReadKey;......sub somthing{...print "Press any...
- Discussion threads 2007-01-27
- Retrieve data from a PostgreSQL database using the Perl DBI
- Your take on the Perl DBIThe downloadable version of this article is available here:http://techrepublic.com.com/5138-3513-6039932.htmlHave you used the Perl DBI? What are your impressions of this Perl module? What aspects of Perl and/or PostgreSQL would you like to see covered by TechRepublic?I used it with MySQLDidn't take long to get the...
- Discussion threads 2006-02-15
- QuickStart: Perl—Learn the basics and build a foundation
- Perl is the premier scripting language for the Web, but it isn't the easiest to learn. This download will get you started down the road to Perl mastery. Perl, the Practical Extraction and Reporting Language, is one of the dominant scripting languages for the World Wide Web....
- Download resources 2005-07-07
- Perl Dev Kit 5.3 For Windows
- The Perl Dev Kit provides essential tools for Perl programmers, making it easy to build and deploy applications. Turn your Perl programs into ready-to-run executables for HP-UX, Linux, Solaris, and Windows. Painlessly debug Perl scripts. Visually manage your local Perl installation. Create .NET and ActiveX components, Windows services and system...
- Software downloads
- 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?
- Discussion threads 2005-12-08
- Control the flow of your Perl scripts by understanding and using program loops
- One of the most important things you can learn in Perl programming involves controlling the flow of your program. Learn the different Perl constructs that allow you to repeatedly execute a set of Perl statements. Such repeated execution is called a loop, and these loops, which include the while, until,...
- Download resources 2006-10-03
- << Previous
- page 1 of 1
- Next >>