in reply to problem with Unicode::UCD
In your main example, I do not see where you have declared $c. Of course, if you are using strict, this would cause a parse error. Maybe declare $c, set it to some default, like the empty string, and try it out.
This suggestion is probably a non starter, but it is the first thing that sprang to mind for me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with Unicode::UCD
by rubenstein (Novice) on May 19, 2005 at 23:51 UTC | |
by graff (Chancellor) on May 20, 2005 at 02:37 UTC | |
by holli (Abbot) on May 20, 2005 at 05:07 UTC | |
by rubenstein (Novice) on May 20, 2005 at 16:01 UTC |