Help for this page

Select Code to Download


  1. or download this
    my $file = 'd:/My Documents/xxxl.html';
       $file = Win32::GetShortPathName("$file");
    ...
    system("$browser $file");
    
    # or system("start $browser $file");