in reply to Re: Tutorial::What is true and false?in thread Tutorial::What is true and false?
print defined($a) ? "defined\n" : "undefined\n"; [download]