"Howell, Steven" wrote:
>
> Is the normal range of Perl functionality available from the Perlscript
> which makes up an Apache::ASP file? For example, can you read and write to
> files on your server, use pattern matching, link in other modules to perform
> specific operations (like database acce
I program in perlscript on IIS all the time as have yet to find any
functionality NOT there. I have recently moved a perlscript LDAP app from IIS
to apache and it works like a champ, so I think the answer to your question is
yes, it's all there.
as a curiousity, why would you use VBScript when y
Hi folks,
Is the normal range of Perl functionality available from the Perlscript
which makes up an Apache::ASP file? For example, can you read and write to
files on your server, use pattern matching, link in other modules to perform
specific operations (like database access, XML document parsing