Command-line Perl scripts can make adminstering a UNIX box easier by replacing certain commands with some routine scripts. Find out how to take advantage of this approach. Perl is everywhere. Most ...
In 1994, Jon Orwant, a graduate student at the Massachusetts Institute of Technology, learned the power of the Unix scripting language Perl. “I bet a friend a six-pack of beer that I could write an ...
A similar Perl pie command might change Windows (DOS) style line endings (carriage return, linefeed) to Unix style line endings (linefeed only) or to replace other bytes in a file whether the file is ...
In the December 2000 issue of Linux Journal, I reviewed the latest edition of the classic Perl text: Programming Perl, 3rd Edition (or The Camel for short). In that review, my advice to new Perl ...
In the March 2005 issue of Linux Journal, I used Maypole to create a Web-based database application in only 18 lines of Perl code. The functionality provided by Maypole is impressive except in one ...
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
I'd Like to write a perl program that changes the working directory of the user, not just for the duration of the code, but even afterwords (the user would still be able to hop around, of ...
I've used Perl/Tk in the past and while it works, the look and feel is really that of a late 90s app. There isn't much customization you can do (in terms of skinning the default Tk widgets), so ...
Every programming language has its strengths...and its weaknesses. We identify five tasks for which perl is ideally suited, and four that...well, really, shouldn't you choose something else? We all ...