I just finished writing my third e-book about Perl one-liners. Perl one-liners are small and awesome Perl programs that fit in a single line of code and they do one thing really well. These things include changing line spacing, numbering lines, doing calculations, converting and substituting text, deleting and printing certain lines, parsing logs, editing files in-place, and many more.
Read more »perl1line.txt
I created perl1line.txt that contains over a hundred various Perl recipes for text processing. They include changing line spacing, changing text, deleting certain lines, doing calculations, and many others.
Read more »Category: Beginner Tags:
- Login to post comments
Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this.
Read more »Rakudo Star - A first usable Perl 6
A first usable Perl 6 implementation has been released in the form of Rakudo Star. Aimed at the early adopters of Perl 6, it is not yet complete
Read more »Category: High End Tags:
- Login to post comments
Why Perl isn't Going Away Soon (Or Ever)
Lately, the Perl language has had less buzz surrounding it than many other languages and development environments, but Perl is still a key component on the Internet.
Read more »Nordic Perl Workshop 2010
Nordic Perl Workshop 2010 will be held in Reykjavik, Iceland on May 1st-2nd. The organizers are currently receiving registration and abstract submissions (submissions are open until the end of the month).
Read more »Category: Community Tags:
- Login to post comments
PHP and Perl crashing the enterprise party
The enterprise has long favored Java and .Net, but PHP and other dynamic programming languages have left their infancies and are rapidly closing the gap on their more stodgy competitors.
Read more »Category: Business Tags:
- Login to post comments
Parrot 2.0.0 Released!
«...On behalf of the Parrot team, I'm proud to announce Parrot 2.0.0 "Inevitable." Parrot is a virtual machine aimed at running all dynamic languages...»
Read more »Category: High End Tags:
- Login to post comments
Microsoft bots perform denial of service on Perl Testers
The Perl CPAN Testers have been suffering issues accessing their sites, databases and mirrors. According to a posting on the CPAN Testers' blog, the CPAN Testers' server has been being aggressively scanned by "20-30 bots every few seconds" in what they call "a dedicated denial of service attack."
Read more »Category: High End Tags:
- Login to post comments
Perl 6 in 2009
Much has happened in the Perl 6 land in 2009. Here is my humble attempt to summarize some of it; If you find something that I missed, feel free to contact me, I'll try to add it.
Read more »Category: High End Tags:
- Login to post comments
'Tis the Season: The Perl Advent Calendar
On a seasonal Perl note, the Perl Advent Calendar has been going since 2000, and it provides a Useful Perl Module for every day between the 1st and the 24th of December. Less chocolatey than your average advent calendar, but possibly more useful.
Read more »Category: End User Tags:
- Login to post comments
More Special Variables in Perl: Outputs
After looking last week at at special Perl variables for reading things in, here are some that may be useful when you want to write things out.
Read more »Category: High End Tags:
- Login to post comments
Cultured Perl: Flickr, a business's bst frnd
Flickr isn't just for photo sharing and social networking; it's a legitimate business tool. Learn how Perl programmers can use the CPAN Chart modules to create charts and graphs, and the Flickr::Upload module to upload the charts to Flickr.
Read more »Category: Business Tags:
- Login to post comments
Dealing With Records in Perl
One thing Perl does really well is read in information from a file. There are a couple of useful special variables you can use to neaten up your code when doing this or to alter the default behavior when reading in records.
Read more »Category: High End Tags:
- Login to post comments
Perl far from dead, more popular than you think
Perl has been around since 1987 and became an early darling of web developers. These days, however, you don’t hear much about Perl. Everyone seems to be talking about trendier languages like PHP, Python and Ruby, with Perl left in the back as a neglected, not-so-hip cousin.
Read more »Category: High End Tags:
- Login to post comments