On The Insider: Hotties from Across the Pond
4 Resources for

perl and win32

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean hyperlink (62 results)

TechRepublic Resources

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...
Tags: Perl, Win32, Programmer, Comprehensive Perl Archive Network, Development Tools, Scripting Languages, Programming Languages, Microsoft Windows, Software Development, Software/Web Development, Web Development, Operating Systems, Software
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...
Tags: Contributor Melonfire, Microsoft Windows, OLE, Perl, Win32
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?
Tags: CPAN Perl, perl, application development, cpan, melonfire, Mark W. Kaelin, programming, Win32
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...
Tags: Scripting languages, Programming languages, Development tools, Guest Contributor, Perl, Win32
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....
Tags: Perl, dlauxx, Term::ReadKey
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...
Tags: Perl, Perl Express, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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.
Tags: Perl, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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...
Tags: Scripting languages, Programming languages, Development tools, bonjournrk@..., Perl, window
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...
Tags: Perl, MySQL, PHP, Apache Software Foundation, XAMPP, Open Source, Scripting Languages, Software/Web Development, Web Development
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/
Tags: Scripting languages, Development tools, Programming languages, rajeev_rsd@...
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...
Tags: Perl, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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...
Tags: Perl, Hacker, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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.
Tags: Win32, SpamAssassin, Stata Labs, Spam, Security, Spam And Phishing
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...
Tags: Database, Perl, NBCi, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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...
Tags: dlauxx, term::readkey, software, perl, programming, cgi, Term:ReadKey
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...
Tags: Perl, postgresql, mellonfire, Mark W. Kaelin, programming, database, Perl DBI
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....
Tags: Perl, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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...
Tags: Perl, Microsoft Windows, Perl Dev Kit, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
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?
Tags: Scripting languages, Programming languages, Development tools, Perl
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,...
Tags: Perl, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
Download resources 2006-10-03
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Data Protection Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now
Microsoft Excel Intermediate Skills
This Microsoft Excel Intermediate Skills presentation is a preformatted solution for training staff to get more out of Microsoft Excel. The accompanyi ...
Buy Now