in reply to Re: How do I shorten/encode huge GET strings?
in thread How do I shorten/encode huge GET strings?
There are several wheels for this on CPAN already
use CGI::Enurl; $url = 'script.pl?' . enurl($hashref);
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
|---|