#!/usr/bin/perl -w use strict; my $url = "http://www.perlmonks.org/"; use Win32::FileOp qw(ShellExecute); my $rc = ShellExecute("open", $url);