Net-UCP - Typo in 7 bit decode function.

Posted on Wed Aug 3 16:57:34 2005 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
Write a response