Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Perl by eglyph ( 13 years ago )
use CGI;
$query = CGI-new;
$variable = $query->param("text");
print CGI->header, CGI->start_html, CGI->h1($variable), CGI->end_html;
Revise this Paste