Help for this page

Select Code to Download


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