Perl
|
/ /
/ /
/ /
/ /
/ /
/ /
/ /
|
2/11/2004
|
Okay, it may probably appear a little bold that I have included a page about Perl on my site, for I still am not much more than a beginner concerning Perl programming. Nevertheless, I would like to provide my visitors with a few downloads of some of my humble programs.
If you are interested in Perl and would like to gather some more information please refer to the links mentioned under "Perl Sites" on my links page.
Downloads
- Download chklog.pl - SuSE users can use this script without arguments to parse their bootlog file /var/log/boot.msg. RedHat users and others can specify the source file with "chklog.pl -f logfile". This is my first (somewhat) useful perl script ;) :-P
- Download cati.pl - This program does basically the same as cat plus it inserts a line after each file specified. Not very useful for Unix users perhaps but it might come in handy for Windows users who don't have cat on their system.
- Download tac.pl - Let's face it: this program is utterly useless. What it does is the same as cat but in reverse order. So it will process the last line of the specified file first working its way up to the beginning. Most Unix derivates seem to come with this program, so some Windows users who like the idea of giving their files out backwards might enjoy it too.
- Download a Perl tutorial - If you are interested in Perl you might find this book useful. It's available for free online and provides you with a thorough introduction to Perl. I'm only offering the first chapter of the book to download. If you want to see the entire book click here.
|
|
|
|