perllee has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How to turn off a designated IE homepage with perl?

Replies are listed 'Best First'.
Re: How to turn off a designated IE homepage with perl?
by marto (Cardinal) on Mar 12, 2009 at 11:14 UTC

    Your question seems to have caused some confusion. Do you want to know how to alter the default start page for Internet Explorer? Perhaps altering the registry key would work:

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.perlmonks.org"

    See CPAN for registry editing modules.

    Note that such changes may be blown away by logon/start up scripts depending on your environment, and you may not have sufficient privileges to edit the registry.

    Martin

Re: How to turn off a designated IE homepage with perl?
by Anonymous Monk on Mar 12, 2009 at 09:58 UTC
    HTML::Display? My system doesn't have explorer, IE, or designated homepage
Re: How to turn off a designated IE homepage with perl?
by ww (Archbishop) on Mar 12, 2009 at 10:57 UTC
    What does "turn off a...designated homepage" mean?

    Do you mean close the browser? ...close one page among several currently being rendered by the browser? ...something else?

    A reply falls below the community's threshold of quality. You may see it by logging in.