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

Monks!!!
Does anyone know if you create a new module in c:/Perl/lib/ in the windows system, I have to set any environment variable in order to the module to work? Cause my new module only works if a execute the Perl script from a DOS windows, if I run it from a browser, nothing happens.
Any help on that?

Thanks

Replies are listed 'Best First'.
Re: New Module
by InfiniteSilence (Curate) on Jan 06, 2006 at 21:00 UTC
Re: New Module
by turo (Friar) on Jan 06, 2006 at 19:59 UTC

    When you says 'from a browser', we must understand by 'double clicking it'? or you has put your code on a server and then trying to obtain the result? ...
    ... i do not figure what's happen ...

    cheers

    perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
      Yes, the script is in IIS server, I am running it from there.