Posted on 2005-08-03 13:57:34-07 by mmspete
Typo in 7 bit decode function.
Error when running my script I have found a typo in the perl module. Undefined subroutine &Common::lenght called at /....../UCP.pm line 1904. This should be: my $len = length($ud); and not my $len = lenght($ud); I modified this locally and all appears to run again this helps. Regards mmspete
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.