GetSimple Support Forum
How to run cgi script - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How to run cgi script (/showthread.php?tid=7479)



How to run cgi script - ph0t0 - 2015-08-13

Hello,
I'd like to include cgi(perl) script in one page. But how do I do that within GS installation..?
Thanks!


RE: How to run cgi script - shawn_a - 2015-08-13

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