in reply to Re^3: UrlLib and urllib2 python to perl
in thread UrlLib and urllib2 python to perl
Compile:use 5.010; use strict; use utf8::all; use Web::Magic my $search = web <https://10.219.136.2/auth1.html>; print $search;
H:\Work\perl\latest>perl webmagic.pl syntax error at webmagic.pl line 7, near "https:"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: UrlLib and urllib2 python to perl
by marto (Cardinal) on Aug 13, 2013 at 10:41 UTC | |
|
Re^5: UrlLib and urllib2 python to perl
by Anonymous Monk on Aug 13, 2013 at 10:51 UTC |