Help for this page

Select Code to Download


  1. or download this
    <html>
    .......
    <a href="../cgi-bin/my_download_script.pl?url_of_this_page"><img src="
    +button.gif"></a>
    .......
    </html>
    
  2. or download this
    # get url substring from $ENV{'QUERY_STRING'}
    $filename = $ENV{'QUERY_STRING'}
    ...
         print $LINES[$i];
    }