- or download this
my $urlWithSpaces = 'C:/Code/Perl/Phi Kap/temp.html';
start qq["$url"];
- or download this
syntax error at - line 2, near "start qq["$url"]"
- or download this
my $url = 'C:/Code/Perl/Phi Kap/temp.html';
system( qq[start "Title" "$url"] );