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