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