Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created March 14, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/a2354ac1b8de0afdef2a077cf92dde39 to your computer and use it in GitHub Desktop.
Save perlpilot/a2354ac1b8de0afdef2a077cf92dde39 to your computer and use it in GitHub Desktop.
➤ wget http://www.cpan.org/authors/id/D/DO/DOUGW/Spreadsheet-ParseExcel-0.65.tar.gz
--2017-03-14 13:21:05-- http://www.cpan.org/authors/id/D/DO/DOUGW/Spreadsheet-ParseExcel-0.65.tar.gz
Resolving www.cpan.org (www.cpan.org)... 151.101.192.249, 151.101.64.249, 151.101.128.249, ...
Connecting to www.cpan.org (www.cpan.org)|151.101.192.249|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2017-03-14 13:21:05 ERROR 500: Internal Server Error.
@genio
Copy link

genio commented Mar 14, 2017

$ curl -vLO http://www.cpan.org/authors/id/D/DO/DOUGW/Spreadsheet-ParseExcel-0.65.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 151.101.0.249...
* TCP_NODELAY set
* Connected to www.cpan.org (151.101.0.249) port 80 (#0)
> GET /authors/id/D/DO/DOUGW/Spreadsheet-ParseExcel-0.65.tar.gz HTTP/1.1
> Host: www.cpan.org
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: Apache/2.2.15 (Red Hat)
< Last-Modified: Tue, 18 Mar 2014 20:47:23 GMT
< ETag: "9af12-3284b-4f4e7a499acc0"
< Cache-Control: public, max-age=604800
< Content-Type: application/x-gzip
< Via: 1.1 varnish
< Fastly-Debug-Digest: 8a365d153ab2c887be1a8119f6e63669d3254ede30e36635088095560860ff21
< Content-Length: 206923
< Accept-Ranges: bytes
< Date: Tue, 14 Mar 2017 18:20:22 GMT
< Via: 1.1 varnish
< Age: 458766
< Connection: keep-alive
< X-Served-By: cache-lax8633-LAX, cache-dfw1823-DFW
< X-Cache: HIT, HIT
< X-Cache-Hits: 14, 1
< X-Timer: S1489515622.860074,VS0,VE0
<
{ [13103 bytes data]
* Curl_http_done: called premature == 0
100  202k  100  202k    0     0  1067k      0 --:--:-- --:--:-- --:--:-- 1069k
* Connection #0 to host www.cpan.org left intact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment