News

You may think of PERL as something for Unix gurus, but wise Windows administrators can also benefit from this powerful scripting language. So just what is PERL, and where did it come from? PERL stands ...
Being a hired-gun developer, I inherit all kinds of client problems. Recently, I was tasked with exporting a delimited flat file from one application and formatting it so it could be imported into ...
This perl script helps in testing a cgi-bin installation and has instructions to use system perl as well as perlbrew perls. The script lists the perl version being ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...
The TIOBE Index is an indicator of which programming languages are most popular within a given month. Each month, we examine ...
I'm working on a basic perl script that needs to print (to a file) a variable all on one line. The variable is initially read in from a file where it may contain one or mare carriage returns or "\n"s.