Public Scratchpad
Download
,
Select Code To D/L
#!/usr/bin/perl use strict; use CGI; my $cgi=new CGI; my $username=$cgi->remote_user;
[download]