in reply to String format question
If you have a string that you know works, put code like
just before you do whatever fails. If it doesn't die there when you test it, you have evil gnomes.if ($string_from_gui ne 'this is the string that works') { die "$string is not the same string!\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: String format question
by choedebeck (Beadle) on Nov 30, 2005 at 20:32 UTC |