On Tue, 10 Jun 2003, [iso-8859-1] Wermström Emma wrote:

> Hi Randy,
>
> >Do you have similar problems with any other modules? For example,
> >if you do
> >   C:\> perl -MNet::Telnet -e "print 1"
> >is an error produced?
>
> >If you make up a file Silly.pm:
> >===================================================
> ># file Silly.pm
> >package Net::Telnet::Silly;
> >1;
> >===================================================
> >and place it in the C:\Perl\site\lib\Net\Telnet\ directory,
> >does
> >   C:\> perl -MNet::Telnet::Silly -e "print 1"
> >produce any error?
>
> None of the above produces an error. They both just print the number 1. Like I said, 
> I have no problem running the html-code with embedded perl on the web server. It's 
> when I try to access the web-pages from a client pc that the error message is 
> produced. It may have something to do with permissions in the IIS web server. I just 
> don't know what. Thanks again for helping me.
>

Could it possibly be that perlscript doesn't run on the server?
If perlscript isn't installed on the client, it won't work.

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to