Haw to get https page in Perl?

Issues related to applications and software problems
Post Reply
yarnik
Posts: 29
Joined: 2014/04/08 08:26:21
Location: Ukraine

Haw to get https page in Perl?

Post by yarnik » 2017/03/27 13:12:21

I have Perl code, bat LWP show massage:
- 'Protocol scheme \'https\' is not supported (IO::Socket::SSL not installed)',

I tried #yum install perl-LWP-Protocol-https, bat Error: Nothing to do.

stevemowbray
Posts: 519
Joined: 2012/06/26 14:20:47

Re: Haw to get https page in Perl?

Post by stevemowbray » 2017/03/27 13:31:32

It says it's missing IO::Socket::SSL, so
yum install perl-IO-Socket-SSL

yarnik
Posts: 29
Joined: 2014/04/08 08:26:21
Location: Ukraine

Re: Haw to get https page in Perl?

Post by yarnik » 2017/03/27 15:02:15

thanks

Post Reply