Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi = CGI->new();
    my $text_input = $cgi->param('text') || "The quick brown fox jumped ov
    +er a lazy dog.";