This probably doesn't address your immediate problem, but when I read
your post I remember a guy who used to post to inet-access all the time
and had a perl cuecat decoder .sig.
Some quick searching found the following:
#!/usr/bin/perl -n
printf "Serial: %s Type: %s Code: %s\n",
map {
tr/a-zA-Z0-9+-/ -_/;
$_ = unpack 'u', chr(32 + length()*3/4) . $_;
s/\0+$//;
$_ ^= "C" x length;
} /\.([^.]+)/g;
This was found at
http://studentorganizations.smsu.edu/acm/Programming/Perl/CueCat.htm
--
|Shane Hickey <[EMAIL PROTECTED]>
|Network/System Consultant
+-------------------------<
|GPG KeyID 777CBF3F
|Key fingerprint = 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F
+====================================================================<
--
[EMAIL PROTECTED] mailing list