Re: Perl functionality in ASP files

2001-12-12 Thread Mark T. Dame
"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

Re: Perl functionality in ASP files

2001-12-12 Thread Mark Seger
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

Perl functionality in ASP files

2001-12-12 Thread Howell, Steven
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