- or download this
use CGI qw( escapeHTML );
use URI::Escape qw( uri_escape );
...
print qq(<b>$he_first</b> <a href="$ue_second?a=$ue_first&t=$ue_thi
+rd">$he_third</a><br>);
}
- or download this
use CGI qw( escapeHTML );
use URI::Escape qw( uri_escape );
...
print qq(<b>$he_first</b> <a href="$ue_second?a=$ue_first&t=$ue_thi
+rd">$he_third</a><br>);
}