in reply to Re: elseif syntax error
in thread elseif syntax error
I think perhaps you meant
orif (!/^\.{1,2}$/) {
unless you're trying to avoid all entries that consist only of dots. ("...." is a valid name)if (!/^\.\.?$/) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: elseif syntax error
by keszler (Priest) on Oct 27, 2009 at 14:55 UTC | |
by jakobi (Pilgrim) on Oct 27, 2009 at 15:02 UTC |