http://www.perlmonks.org?node_id=118686


in reply to When is 03 not equal to 03?

PS.. I've tried the if comparison with both == and eq, and if fails both ways.

Spacewarp

DISCLAIMER:
Use of this advanced computing technology does not imply an endorsement
of Western industrial civilization.

Replies are listed 'Best First'.
Re: Re: When is 03 not equal to 03?
by spacewarp (Pilgrim) on Oct 14, 2001 at 01:06 UTC
    Once again, my faith in Murphy is confirmed. I figured it out soon after I posted the question. $this_category was being changed in a way that didn't show up in the web browser, ie 03 . Sorry for the wasted node.

    On second thought, let this be a lesson to others: When debugging with the web browser, always check the HTML source code.

    Spacewarp

    DISCLAIMER:
    Use of this advanced computing technology does not imply an endorsement
    of Western industrial civilization.