PDA

View Full Version : Didn't know where else to post this question


Diane Milinowski
03-05-2008, 08:09 PM
Does Soholaunch have Perl installed on its server?

Sorry, I didn't know where else to post this question. Thanks.

Diane

draknet
03-06-2008, 01:27 PM
Perl is not something that Soholaunch "installs" - Perl is a dynamic programming language that is installed by your server's administrators. It's unheard of for a server to not have Perl - at least I've never heard of it.

Soholaunch, however, is written in PHP - PHP is a computer scripting language originally designed for producing dynamic web pages. It is used mainly in server-side scripting.

In other words, they're totally different things not really having much to do with one another.

Diane Milinowski
03-06-2008, 02:25 PM
ok then. Is it possible for me to write scripts in my text editor, upload them to Soholaunch and then it run my scripts? Also, I am having problems getting my javascript scripts to run. I have them created but I can't upload them. Have any suggestions?

Thanks
Diane:)

draknet
03-06-2008, 02:57 PM
It depends on whether you are trying to embed perl, and whether your server allows embedded perl. You can call a perl program using the code upload function in Soholaunch, I believe, but to embed you would need to find out whether your server supports the perl extension.

Ref, and for more info: http://devzone.zend.com/node/view/id/1712