Help for this page

Select Code to Download


  1. or download this
    sub simple_get {
        my $url = shift;
        my $ua = LWP::UserAgent->new;
    ...
        warn "ERROR!" unless $response->is_success;
        print $response->as_string;
    }
    
  2. or download this
    200 OK
    Server: Welcome to UniProt FTP service.
    Content-Length: 151
    ...
    UniProt Knowledgebase Release 2014_03 consists of:
    UniProtKB/Swiss-Prot Release 2014_03 of 19-Mar-2014
    UniProtKB/TrEMBL Release 2014_03 of 19-Mar-2014