in reply to Re^2: Whats next step after basics
in thread Whats next step after basics

(Assuming QA = quality assurance)

If you are working on QA, part of your job is probably to analyze some logfiles and/or (test-)reports. If so, here are some ideas for you:

Of course all depends on your working environment, but probably knowledge on File::find (for traversing through many files) and regular expressions (for evaluating their content) will be handy

HTH, Rata