"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 access, XML document parsing) etc?

For one thing, Apache::ASP doesn't use PerlScript.  It uses real Perl. 
That means that you have access to all the features and capabilities of
your currently installed version of Perl (including all of your
installed modules).  You also have access to all the features of your
currently installed version of mod_perl and Apache via the Apache
object.


-m
-- 
## Mark T. Dame, Vice President, Internet Operations
## MFM Communication Software:  http://www.mfm.com/
## E-mail: mailto:[EMAIL PROTECTED]  WWW: http://www.mfm.com/~mdame/
"A programmer and his mind are soon parted."

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to