Help for this page
use URI::file; my $path = 'C:/Code/Perl/Phi Kap/temp.html'; my $url = URI::file->new($path)->as_string(); system "start $url";