Help for this page

Select Code to Download


  1. or download this
    my $webpage = "http://myurl/cgi-bin/search2011.cgi";
    my $url = "$webpage?subject=$c_subject; #From earlier declaration alre
    +ady posted
    print qq(<A HREF="$url">Subject</A>\n)."<br><br>";
    
  2. or download this
        $query->param('foo','an','array','of','values');
    This sets the value for the named parameter 'foo' to an array of value
    +s. This is one way to change the value of a field AFTER the script ha
    +s been invoked once before. (Another way is with the -override parame
    +ter accepted by all methods that generate form elements.)