in reply to Re^2: Is there a way to compare strings without using an array?
in thread Is there a way to compare strings without using an array?
Bareword "say" not allowed while "strict subs"perldoc -f say
use feature 'say';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is there a way to compare strings without using an array? (say)
by Jeri (Scribe) on Oct 18, 2011 at 19:51 UTC | |
|
Re^4: Is there a way to compare strings without using an array? (say)
by Jeri (Scribe) on Oct 18, 2011 at 20:00 UTC | |
by jeffa (Bishop) on Oct 18, 2011 at 21:44 UTC | |
by ikegami (Patriarch) on Oct 18, 2011 at 22:45 UTC | |
by ikegami (Patriarch) on Oct 18, 2011 at 22:49 UTC |