Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: CueCat Decoding Sub

by Mr. Muskrat (Canon)
on Feb 10, 2004 at 13:42 UTC ( [id://327906]=note: print w/replies, xml ) Need Help??


in reply to CueCat Decoding Sub

You might also be interested in looking at The Larry's .sig CueCat decoder:

#!/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;
and the Barcode::CueCat module on CPAN as well.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://327906]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found