saturngod
02-13-2007, 10:33 AM
Can I run .pl file in php cgi ? What need to run .pl file?
|
Click to See Complete Forum and Search --> : .pl File saturngod 02-13-2007, 10:33 AM Can I run .pl file in php cgi ? What need to run .pl file? MrCoder 02-13-2007, 10:36 AM Perl (http://www.perl.com/) aj_nsc 02-13-2007, 10:38 AM Not sure exactly what you're asking but I'll take a stab at it. You can't put any PHP in a .pl file because these files are parsed by the Perl Interpreter which leads into the next answer: this is what you need to run .pl files. You can get it here -> http://www.dzsoft.com/getperl.htm (download With MSI Installer). webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |