in reply to Value of a statement with modifier
return $_[0] ? undef : 'hello'; # or: return 'hello' unless $_[0]; return;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Value of a statement with modifier
by LTjake (Prior) on Jan 22, 2007 at 18:18 UTC | |
by hossman (Prior) on Jan 23, 2007 at 02:40 UTC | |
by diotalevi (Canon) on Jan 23, 2007 at 07:21 UTC |