Subject: | Possibly superfluous expression in send_sms |
In the send_sms method I see the following lines:
xser => (defined($args{MESSAGE_BINARY})
&&
defined($args{MESSAGE_BINARY})
?
This looks not right to me. Either the 2nd expression may be removed, or
maybe you wanted to write length instead of defined?
Regards,
Slaven