Because
return $result{'message'} or "$result{'api-key'}:$result{'session'}"; # <- line 229is really
(return $result{'message'}) or "$result{'api-key'}:$result{'session'}"; # <- line 229try || instead of or
In reply to Re: Useless use of string in return statement
by tybalt89
in thread Useless use of string in return statement
by Bod
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |