View Single Post
Old 09-01-2002, 12:02 PM   #2 (permalink)
strangerstill
Registered User
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,565
strangerstill is on a distinguished road
Well, with php it's easy enough - you just need the standalone binary rather than the Apache module, then pass the .php file to the php binary - e.g. in Dos/Windows run
php.exe "file.php" > "out.html"
I'd guess it's similar in Linux, and there must be something similar for perl.

strangerstill is offline   Reply With Quote