legend has asked for the wisdom of the Perl Monks concerning the following question:
It doesn't print out anything. But when i print both the strings on the terminal, they look exactly the same so I suspect something else is going wrong. Can someone kindly help me out please?if($string1 eq $string2) { print "SAME"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Its not working.. String works but not split
by Corion (Patriarch) on Mar 08, 2008 at 22:50 UTC | |
|
Re: Its not working.. String works but not split
by johngg (Canon) on Mar 08, 2008 at 22:57 UTC | |
|
Re: Its not working.. String works but not split
by ikegami (Patriarch) on Mar 08, 2008 at 23:34 UTC | |
|
Re: Its not working.. String works but not split
by igelkott (Priest) on Mar 08, 2008 at 23:18 UTC | |
|
Re: Its not working.. String works but not split
by Khen1950fx (Canon) on Mar 09, 2008 at 05:48 UTC |