$test->foo("bob"); print "Bob:".$test->foo(); $test->foo(undef); print "Undef:".$test->foo();