> perl -e ' if (exists $main::{"u"}) { print "yes\n"; } ' > perl -e '$u='hallo'; if (exists $main::{"u"}) { print "yes\n"; } ' yes