Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi=CGI->new;
    ...
                ."\">Link</a><br/>\n";
    print $cgi->a({href=>$link},"Link"), $cgi->br;  # Better
    print $cgi->end_html;