Starting a perl program when I connect to the internet.

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Starting a perl program when I connect to the internet.

    I'm trying to automatically start a perl-program everytime I connect to the
    internet using a dialup-connection for my modem. Is there a simple way of
    achieving this?

    I run WinXP.

    /jN


    Jonas Nilsson Guest

  2. Similar Questions and Discussions

    1. Program starting when open other programs
      How do I correct this problem: When I open other programs on my computer, Contribue 3 starts loading? It happens repeatedly and is now getting...
    2. Change users after starting program
      HI there. I'm testing Contribute 3 out on a Terminal Server before we do any purchasing and I was wondering if there was a way to change users once...
    3. starting an external program
      starting an external program Tue, 11 November 2003 00:12 I'am using een php script with de exec() command to start een external program that...
    4. #24759 [Opn->Bgs]: exec() or system() et all cause an infinite loop of starting requested program
      ID: 24759 Updated by: edink@php.net Reported By: jkramer at controlvision dot com -Status: Open +Status: ...
    5. problem : SNMP port used when starting my java program
      > I'm trying to send a TRAP PDU using a java SNMP stack can I send SNMP packets using another port???
  3. #2

    Default Re: Starting a perl program when I connect to the internet.



    Jonas Nilsson wrote:
    > I'm trying to automatically start a perl-program everytime I connect to the
    > internet using a dialup-connection for my modem. Is there a simple way of
    > achieving this?
    Probably. I would expect most OSs to possess such hooks. On some OSs I
    could even tell you where they are. This, of course, has nothing to do
    with Perl and less to do with Perl modules - the answer would be the
    same whatever language your scripts were written in.
    > I run WinXP.
    Perhaps you should try a newsgroup where questions about WinXP are on-topic.

    Brian McCauley Guest

  4. #3

    Default Re: Starting a perl program when I connect to the internet.

    "Jonas Nilsson" <dzluk8fsxsw0001@sneakemail.com> wrote in message news:<cirrbo$qlr$1@news.island.liu.se>...
    > I'm trying to automatically start a perl-program everytime I connect to the
    > internet using a dialup-connection for my modem. Is there a simple way of
    > achieving this?
    >
    > I run WinXP.
    >
    Why not use a perl script to establish the Internet connection itself,
    then have it call what you want?

    Jim Keenan
    Jim Keenan Guest

  5. #4

    Default Re: Starting a perl program when I connect to the internet.

    "Brian McCauley" <nobull@mail.com> wrote in message
    news:cishu6$h07$1@slavica.ukpost.com...
    > Jonas Nilsson wrote:
    > > I'm trying to automatically start a perl-program everytime I connect to
    the
    > > internet using a dialup-connection for my modem. Is there a simple way
    of
    > > achieving this?
    >
    > Probably. I would expect most OSs to possess such hooks. On some OSs I
    > could even tell you where they are. This, of course, has nothing to do
    > with Perl and less to do with Perl modules - the answer would be the
    > same whatever language your scripts were written in.
    >
    This is perhaps correct. However I don't know too much about it, but isn't
    this type of functionality connected to services. And can't you create a
    service using a perl module?
    /jN


    Jonas Nilsson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139