Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # macOS version information
- $ sw_vers
- ProductName: macOS
- ProductVersion: 11.2.3
- BuildVersion: 20D91
- # perl version information
- $ perl --version
- This is perl 5, version 32, subversion 1 (v5.32.1) built for darwin-2level
- # curl version information
- $ curl --version
- curl 7.64.1 (x86_64-apple-darwin20.0) libcurl/7.64.1 (SecureTransport) LibreSSL/2.8.3 zlib/1.2.11 nghttp2/1.41.0
- Release-Date: 2019-03-27
- Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
- Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets
- # Try to download perlbrew install script:
- $ curl -L https://install.perlbrew.pl -o install_perlbrew.sh
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 170 100 170 0 0 219 0 --:--:-- --:--:-- --:--:-- 218
- 100 1574 100 1574 0 0 1845 0 --:--:-- --:--:-- --:--:-- 1845
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement