| | Date | Title | Author | Hits |
| | 04-16-03 | | Harish Kamath, (c)... | 573134 |
Perl has always been known for its text processing and manipulation abilities. This article examines the Perl string handling API in greater detail, explaining how you can use Perl's string functions to (among other things) print and format strings, split and join string values, alter string case, and perform regular expression searches. |
| | 04-08-03 | | Stas Bekman | 28620 |
This article is a third one in a series talking about the essentialPerl basics, that you should know before starting to program formod_perl. |
| | 03-12-03 | | Stas Bekman | 33308 |
In this article we continue to talk about the essential Perl basics,that you should know before starting to program for mod_perl. |
| | 02-18-03 | | Rahul Chauhan | 682952 |
In this article, Rahul shows us how to create a client-server socket program in Perl and then demonstrates it by pinging the server. |
| | 01-03-03 | | Stas Bekman | 65577 |
Now that you have mod_perl installed, you can move on to learning how to use it. This article will run you through some basic Perl concepts to start with. |
| | 12-18-02 | | Jeff Pinyan | 66361 |
Having trouble parsing a querystring with Perl? If so, then Jeff's step-by-step guide will save you headaches and have you up and running in no time! |
| | 12-17-02 | | Stas Bekman | 27196 |
You know how to get mod_perl up and running on servers where you are a privileged user, but on machines where you are not privileged, it's a bit trickier. Let this article be your guide. |
| | 08-07-02 | | icarus, (c) Melonf... | 42366 |
Think there's no such thing as platform independence? Thinkagain. This article introduces you to WDDX, a platform-neutral way toexchange data structures across the Web, and shows you how you can putit to work using the Perl WDDX module. |
| | 05-30-02 | | Pete Smith | 38953 |
One area often overlooked in CGI programming is security. In this article Pete looks at common flaws in CGI scripts and how to fix them with Perl's taint mode, by filtering user input and more. |
| | 05-07-02 | | Stas Bekman | 48193 |
Last week you found out all sorts of good things about mod_perl, but you may be wondering how you get started using it. Let this article be your guide. |
| | 04-25-02 | | Pete Smith | 54577 |
Never worked with Perl but always wondered how it works? In this article Pete starts from scratch, explaining everything we need to know to code, test and implement a "mail me" script with Perl. He shows us how to setup the form, how to use the CGI module, and also how to pipe commands directly to sendmail. If you've never worked with Perl before, then this article is exactly what you need to get you started! |
| | 03-05-02 | | Tommie Jones | 412878 |
It is common knowledge that the Internet is a great data source. It is alsocommon knowledge that it is difficult to get the information you want in the format you need. No longer. |
| | 02-01-02 | | icarus, (c) Melonf... | 105380 |
They say there's more than one way to skin a cat - and that'stwice as true when you're a Perl developer. In this concluding article onXML parsing with Perl, find out how the XML::DOM package provides analternative technique for manipulating XML elements and attributes, andcompare the two approaches to see which one works best for you. |
| | 01-15-02 | | icarus, (c) Melonf... | 224535 |
Converted your little black book into XML, and don't know what to do next? This article gets you started on the path to being an XML guru, demonstrating how to use Perl's SAX parser to parse and convert your XML into Web-friendly HTML. |
| | 05-02-01 | | Vikram Vaswani, (c... | 39419 |
One of the nice things about Perl is the huge amount of free codeout there. Available in the form of modules, this code can simplify manycommon tasks while simultaneously offering a powerful toolkit for theexperienced developer. In this article, learn about two of the most popularPerl modules: DBI, used for database connectivity, and Carp, used tosimplify error handling. |