Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. use strict;
  2. use warnings;
  3. use LWP::Protocol::https;
  4. use LWP::UserAgent;
  5.  
  6. print "$_: ",eval "\$${_}::VERSION","\n"
  7. for qw(LWP::UserAgent LWP::Protocol::https IO::Socket::SSL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement