Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: problem link tracking

by Chrisf (Friar)
on Jan 15, 2002 at 21:28 UTC ( [id://138968]=note: print w/replies, xml ) Need Help??


in reply to problem endcoding URLs with embedded spaces

If you use the CGI.pm module it will do all the work for you.
use strict; use CGI; my $q = new CGI; my $url = $q->param("url"); # Log data print $q->redirect("$url");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 11:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found