Thanks,
Don
Sent via Deja.com http://www.deja.com/
Before you buy.
> Anyone know if I can use the standard components available with ASP,
> such as FileSystemObject, or TextStream Object, as well as other
> components developed by third parties and installed on the server?
You sure can! $component = $Server->CreateObject("Somestuff.Component");
However, let me say that you look at the filehandling capacity of
PerlScript (c:\Perl\Html\ ~ HUGE docs!) and some modules such as Win32-
AdminMisc (http://www.roth.net or installable through PPM from
ActiveState's repository ~ lemme know if you need more info on that).
Tobias