Help for this page
Select Code to Download
Select
or
download this
return $_[0] ? undef : 'hello'; # or: return 'hello' unless $_[0]; return;