Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    my $addr = 'http://myhost.com.sg/cgi-bin/biobase/transfac/9.4/bin/star
    +t.cgi';
    ...
        
    my $result = $mech->content(); 
    print "$result\n";
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    ...
    <hr />
    <address>Apache/2.0.46 (Red Hat) Server at myhost.com.sg Port 80</addr
    +ess>
    </body></html>