in reply to reg ex. problem - 2 variables
Other than that:
You will run into problems when running without use strict, which makes me guess you are not using use warnings.
Don't comment code self-explanatory code.
Ex.
Comments are for other programmers. If someone working on this program can't figure out you're opening a file, then there is a problem.open (REPORT, ">>$REPORTNAME") or die ("Cannot open"); # Open the rep +ort file for writing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reg ex. problem - 2 variables
by GrandFather (Saint) on Oct 04, 2006 at 20:30 UTC | |
by mreece (Friar) on Oct 04, 2006 at 23:19 UTC | |
|
Re^2: reg ex. problem - 2 variables
by praevalesco (Initiate) on Oct 04, 2006 at 20:09 UTC |