#!/usr/bin/perl -w use strict; use warnings; my $outdoc ="www.google.ca"; system("c:\\Program Files\\Internet Explorer\\IEXPLORE.EXE", $outdoc);