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);
Hope this helps.
I altered this locally and all seems to work again.
Many thanks, great module.
Regards
mmspete