in reply to running perl scripts behind a university wireless network

is there a way of getting perl scripts to run behind a university wireless lan network?

Of course there is. But that depends on what your perl script is, and what you mean by "behind".

What does the program prompt for?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: running perl scripts behind a university wireless network

Replies are listed 'Best First'.
Re^2: running perl scripts behind a university wireless network
by rentacode90 (Initiate) on Sep 15, 2007 at 16:28 UTC
    when I say it prompts I mean after typing in perl script1.pl it just stays on to the same line and keeps flashing at c:/perl/bin/ perl script1.pl without doing anything, but a few hours ago at home same script worked just fine
      This is what it says on trying to use ppm Searching in Active Repositories Error: No valid repositories: Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error) Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error)
        Seems like you should contact the wireless network administrators and ask them about the proxy settings needed to contact ppm.ActiveState.com:80. Obviously you can't contact that server directly. Since I don't run Windows, I can't tell you where those proxy settings have to be set for ppm. Maybe another monk jumps in.

        --shmem

        _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                      /\_¯/(q    /
        ----------------------------  \__(m.====·.(_("always off the crowd"))."·
        ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
        You need to enable an HTTP Proxy. PPM relies on LWP (I think) and, at any rate, will look for the environment variable HTTP_proxy to determine what proxy to use if any. So you'll need to set that environment variable, using either the set command in your command window or using the Control Panel -> System settings. The exact value you need you'll have to obtain from your university's IT people as mentioned by shmem.