Help for this page

Select Code to Download


  1. or download this
     
    CGI and Perl Script in one single file
    
    ...
        print IN $efetch_result, "\n";
    }
    close (IN);
    
  2. or download this
    HTML form:
    <form action="/cgi-bin/efetch.cgi" method="post" id="myform">
    ...
            <input type="submit" value="Submit" form="myform">
        </div>
    </form>