in reply to How to read a logfile and create a build script

If you're a quick study as you say, then a few urls could do the trick.

File Input and Output
String matching and Regular Expressions

Also the functions open, seek, truncate, print and extra docs such as perlopentut and perlre from perldoc should be what you need.

If you really need it, then many monks could write the code for you, but those docs should be enough to point you in the right direction.

  • Comment on Re: New user to Perl Monks, and Looken for a bit-o-help please.