#!/usr/bin/perl -w use strict; use CGI; my $query = new CGI; my $url = $query->param("whatever"); ### log the url to a file, database or whatever ### redirect user print $query->redirect(-uri=>$url, -nph=>1);
In reply to Re: Link logging?
by snowcrash
in thread Link logging?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |