IB2017 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
is it a bug in Browser::Open or a 'bug' in my module understanding? The following doesn't work on Windows 10:
my $url='https://www.google.com/search?q=finance&source=lnms&tbm=isch' +; my $ok = open_browser($url);
It breaks after shell metacharacters (in this case &) which Windows is trying to use as commands. Should I pass $url in a different way?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Browser::Open Windows metacharacters
by Athanasius (Archbishop) on Dec 09, 2018 at 12:00 UTC | |
by IB2017 (Pilgrim) on Dec 09, 2018 at 13:58 UTC | |
Re: Browser::Open Windows metacharacters
by aitap (Curate) on Dec 09, 2018 at 16:39 UTC | |
by Jenda (Abbot) on Dec 10, 2018 at 00:09 UTC | |
by Athanasius (Archbishop) on Dec 17, 2018 at 04:02 UTC | |
by IB2017 (Pilgrim) on Dec 09, 2018 at 21:15 UTC | |
by Anonymous Monk on Dec 09, 2018 at 22:01 UTC | |
by IB2017 (Pilgrim) on Dec 09, 2018 at 22:13 UTC |