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


in reply to XML Validator

Try removing the space between Start and ($tag); and make sure that $tag has something in it.

I found it hard to really follow your question though. You might want to just include the whole block of code that is troublesome and you may get a better answer

Best of luck

$_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Replies are listed 'Best First'.
Re: Re: XML Validator
by Anonymous Monk on Jul 31, 2001 at 04:47 UTC
    *LOL* That space won't do anything, the error relates to the fact that $_checker is undefined.

    Oh, and you're not supposed to modify the perl modules... ;)