Help for this page
use CGI; my $q = CGI->new(); ... my $string = "What a lovely function!"; $string = CGI::escape($string);