Re: Geo::WebService::Elevation::USGS

2019-08-27 Thread Mike
Thank you all for the responses. I now think this has nothing to do with Geo::WebService::Elevation::USGS.  See the script below for other web links that LWP::Simple cannot reach and parse.  I have not figured out why, but the problem is not with USGS.pm,. #!/usr/bin/perl use strict; use warn

Re: Geo::WebService::Elevation::USGS

2019-08-27 Thread Andy Bach
Telnet doesn’t use the colon $ telnet But i think you’re right about the addresses being wrong bad. “http” means port “:80” and “https” uses port “:443” On Mon, Aug 26, 2019 at 10:27 PM Uri Guttman wrote: > On 8/26/19 8:00 PM, Mike wrote: > > > > > > > > use constant USGS_URL => 'https://ned.

Re: Problem executing command via ssh

2019-08-27 Thread Eliza
on 2019/8/27 19:35, Shlomi Fish wrote: 3. What do you mean by "native"? sorry I was thinking Net::SSH is perl's builtin module like Net::SMTP etc. regards. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.o

Re: Problem executing command via ssh

2019-08-27 Thread Shlomi Fish
Hi Eliza, On Mon, 26 Aug 2019 18:37:10 +0800 Eliza wrote: > Hello, > > on 2019/8/26 18:06, Shlomi Fish wrote: > > seehttps://perl-begin.org/uses/remote-login-and-commands/ - use a CPAN > > dist. Also note thathttps://metacpan.org/pod/IPC::Run is a commonly cited > > alternative to IPC::Open3