in reply to Regex Optimization Question
#/usr/bin/perl -w
should be
#!/usr/bin/perl -w
You're -w is being ignored because of the missing !.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex Optimization Question
by gawatkins (Monsignor) on Mar 23, 2006 at 20:57 UTC | |
by ikegami (Patriarch) on Mar 23, 2006 at 21:54 UTC |