Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: run IE from the Perl script

by Popcorn Dave (Abbot)
on Jan 30, 2008 at 20:37 UTC ( [id://665207]=note: print w/replies, xml ) Need Help??


in reply to run IE from the Perl script

I'm not sure that this is the most efficient way to do it, but this seems to work.

use strict; system (1,'start http://www.msn.com:8080');

I tested it and it opened a new tab for me in Firefox, but that's my default browser, so if IE is your default, it should be fine.

HTH!


Revolution. Today, 3 O'Clock. Meet behind the monkey bars.

I would love to change the world, but they won't give me the source code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://665207]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-26 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found