Skip Menu |

This queue is for tickets about the GSM-Nbit CPAN distribution.

Report information
The Basics
Id: 105453
Status: new
Priority: 0/
Queue: GSM-Nbit

People
Owner: Nobody in particular
Requestors: basinilya [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: unused variable $txt0338 in Code Sample
Date: Tue, 23 Jun 2015 23:46:59 +0300
To: bug-GSM-Nbit [...] rt.cpan.org
From: Ilya Basin <basinilya [...] gmail.com>
Hi. bad: my $txt0338 = encode("gsm0338", $txt); my $txt_7bit = $gsm->encode_7bit_wlen($txt); good: my $txt0338 = encode("gsm0338", $txt); my $txt_7bit = $gsm->encode_7bit_wlen($txt0338);