|
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.
|