![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^2: Internet connection 4g modemby mic537 (Novice) |
on Nov 21, 2016 at 16:51 UTC ( #1176261=note: print w/replies, xml ) | Need Help?? |
I try to install module through cpan - and receive: module LWP failed with code500 And also I try with my program ( pl converted to exe) which worked well on Ethernet, and through modem it failed on lines:
my $sock = new LWP::Socket(); die "Can't bind a socket" unless $sock->bind('127.0.0.1', '8080');
impossible to open socket when modem is found on PC.
In Section
Seekers of Perl Wisdom
|
|