How do I create url's like these: playeropts.cgi?webmaster@lennyworld.com&jySGDn.g36bNs&lookself. I meant by the &lookself. I know you could do this with subroutine but i don't know how. I tried the following things but it's still not working.00
$query = $ENV{'QUERY_STRING'};
if ($query eq "Kombat"
{
&kombat;
}
But it's still not working. Anyone knows how?
$query = $ENV{'QUERY_STRING'};
if ($query eq "Kombat"
&kombat;
}
But it's still not working. Anyone knows how?