in reply to Re^2: Regular Expression Pattern Search Problem
in thread Regular Expression Pattern Search Problem

Okay, now I understand. The problem, I think, for your situation is this: if you do a great job with this script with mostly borrowed code you will likely be asked to do a bunch more (and starting in April means you won't be done with those classes until what, June?).

You need help now, but it isn't really code snippets that you need. I think you need a few good books that will help you basically do what Sys Admins need to do often. Here is a quick reading list:

There are others, but if I were you I would read Effective Perl Programming cover-to-cover (it is a thin book), scan through the Perl Cookbook for script problems you are having right now, and then read the System Administration book. I used to have this Perl Black Book on my desk for a while until I read the above books and realized that the Black Book (at least my edition) was full of bad programming examples.

BTW, Perl programming can be addictive. Before I started learning Perl I was a professional VB programmer. Nowadays I struggle to remember how to do simple things in VB because I use it so rarely. Welcome to the world of Perl.

Celebrate Intellectual Diversity

  • Comment on Re^3: Regular Expression Pattern Search Problem

Replies are listed 'Best First'.
Re^4: Regular Expression Pattern Search Problem
by xdbd063 (Friar) on Mar 08, 2006 at 18:29 UTC

    Almost right. My boss knows I'm floundering, but we don't have any other options right now. This needs to be done and we haven't been able to find any experienced Perl Programmers, so she asked me to give it a shot. I wouldn't be as far as I am now without the help of the Perl Monks! And my books. On my desk right now I have Learning Perl Objects, References & Modules, Effective Perl Programming, Advanced Perl Programming, The Complete Perl Reference, Higher-Order Perl, mastering Regular Expressions, Perl for Dummies, Learning Perl, Perl Cookbook and Programming Perl. I have others, but I've been using the one's I just listed today.

    I appreciate your suggestions, and am going to get Perl for System Administration ASAP. I did UNIX Shell Scripting for 35 years, and we thought Perl was close enough that I could blunder through. Boy were we wrong. But I am enjoying the experience, and want to learn, and WILL learn. In the meantime, I need to thank everyone who has been helping me squeak through!

    Edited by planetscape - removed br tags, replaced with <p></p> tags