in reply to Re: how to automate the regular expression match from a file?
in thread how to automate the regular expression match from a file?
...after your shebang line and work out any issues.use warnings; use strict;
Secondly, add print statements to see what is actually happening (within your loop, for example).
|
|---|