Help for this page

Select Code to Download


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