in reply to
Getting a variable
Use the CGI module:
use CGI; my $q = new CGI; my $uid = $q->param('uid');
[download]
Comment on
Re: Getting a variable
Download
Code
In Section
Seekers of Perl Wisdom