> I'm wondering if there is a neat and clever way to utilize the functionality of > Apache::ASP in an offline capacity... how about 'asp' script, i think it's included in Apache::ASP distribution
eyck@ghost:~$ asp Usage: asp [-hsdb] [-o directory] file1 @arguments file2 @arguments ... -h Help you are getting now! -s Setup $Session and $Application state for script. -d Set to debug code upon errors. -b Only return body of document, no headers. -o Output directory, writes to files there instead of STDOUT This program will run asp scripts from the command line. Each file that is specified will be run, and the $Request->QueryString() and $Request->Form() data will be initialized by the @arguments following the script file name. The @arguments will be written as space separated words, and will be initialized as an associate array where %arguments = @arguments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]