On Fri 18 Jun 2004, Dominic Hargreaves dom@earth.li wrote:
ucfirst won't help in this case, presumably, since the "a" of "and" isn't the first character.
ucfirst each word.
Shouldn't node_exists be fixed to be case-insensitive, instead?
That might be a better way to do it, yes. It would be a parameter though, something like
my $ok = $wiki->node_exists( name => "Foo", ignore_case => 1, );
since some people actually do want case-sensitive wikis.
Kake