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?
In reply to Browser::Open Windows metacharacters by IB2017
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |