Paul Iadonisi <[EMAIL PROTECTED]> writes:
> Even better, attached is a bash script to do the conversion. I'm sure > it'll quickly be reposted by a perl monk as a one line perl script. > Have at it. > > On Wed, Apr 10, 2002 at 07:47:21AM -0400, Jonathan Arnold wrote: > > Here's a link to help decipher an obfuscated URL: > > > > http://www.samspade.org/t/ How about: $ perl -MURI -e '$u = URI->new($ARGV[0])->canonical; print $u1->as_string(), "\n"' <your obfuscated URL> Regards, --kevin -- Kevin D. Clark (cetaceannetworks.com!kclark) | Will hack Perl for Cetacean Networks, Inc. | fine food, good beer, Portsmouth, N.H. (USA) | or fun. alumni.unh.edu!kdc (PGP Key Available) | ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
