in reply to Re: Invalid use of constant pragma?in thread Invalid use of constant pragma?
$ perl -e 'print "OK\n" if undef eq ""' OK [download]
I'll just pass along tye's CB suggestion that perhaps use strict; would be in order, to verify no typos exist in the actual code.
Mike
use strict; - don't leave home without it