Hi guys,
I use the following code with a perl v5.14.2, and it tells me that defined function on hash is deprecated. how can I fix this test easily ?
if (!$Config{'recipient'}) {^M if (!defined(%Form)) { &error('bad_referer') }^M else { &error('no_recipient') }^M }^M else {^M ...
In reply to replace deprecated function by mitchreward
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |