Help for this page

Select Code to Download


  1. 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>);
    }
    
  2. 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>);
    }