GetSimple Support Forum

Full Version: How to run cgi script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I'd like to include cgi(perl) script in one page. But how do I do that within GS installation..?
Thanks!
you could try including from full url in a component if your host allows include over http..
or the worst way <?php echo exec('perl file.pl'); ?> very bad idea

there is a pcl perl extension for php i think