wruehl has asked for the wisdom of the Perl Monks concerning the following question:
Do you have any suggestions as to what I'm doing wrong?if ($vinputfilelocation =~ m//s/) { print LOG "There is a whitespace in the input file location parame +ter, please remove it. \n"; } if ($vlagfilepathname =~ m//s/) { print LOG "There is a whitespace in the flag file location paramet +er, please remove it. \n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Quick RegExp question
by Tanktalus (Canon) on Mar 04, 2008 at 20:17 UTC | |
by wruehl (Acolyte) on Mar 04, 2008 at 20:52 UTC | |
|
Re: Quick RegExp question
by graff (Chancellor) on Mar 05, 2008 at 02:14 UTC |