in reply to Re^3: Is there a way to compare strings without using an array? (say)
in thread Is there a way to compare strings without using an array?
Why is it necessary to use 'say'? If I took out..
use feature 'say';and the 'say' in...
say for $line1 =~ /[$line2]/g;Why doesn't it work?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is there a way to compare strings without using an array? (say)
by jeffa (Bishop) on Oct 18, 2011 at 21:44 UTC | |
by ikegami (Patriarch) on Oct 18, 2011 at 22:45 UTC | |
|
Re^5: Is there a way to compare strings without using an array? (say)
by ikegami (Patriarch) on Oct 18, 2011 at 22:49 UTC |