jkwng1 Posted January 2, 2006 Report Share Posted January 2, 2006 3.3 is Installed and running fine. How can I run Perl script interactively? I could create Perl scripts and place them in cgi-bin and run it using http://localhost/scriptname.pl I found Perl.exe in W:\usr\bin. I could type stuff in it, but received no response. What am I missing? Thanks Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 2, 2006 Report Share Posted January 2, 2006 Ummm.. never really tried that before to actually know if it will work with CMDs, but the Perl Interpreter in Uniform Server does not have everything included with it. Its main purpose is as part of a Web Server, not a standalone. I also believe that for that method to work, Perl has to installed in the system.. as in Registry Information and things like that.. thats why PPM does not work on Uniform Server. I will look into it annd get back to you. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
couch-potatoe Posted April 9, 2006 Report Share Posted April 9, 2006 I dont know if this will help, but I hit a similar problem today, I was playing with SquirrelMail and its plugins, the system uses the command line perl interface to run the configuration utility... I downloaded Active Perl and installed it and then copied perl.exe and perl58.dll from c:\perl\usr\bin to w:\usr\bin and the entire contents of c:\perl\user\lib to w:\usr\lib. Having done this I found I could open a command prompt in w:\usr\bin and execut the following at the command line: - perl.exe w:\www\config\conf.pl This carried on working even after uninstalling Active Perl! I can only guess that some entries in w:\usr\lib were missing (I needed to update perl.exe and perl58.dll to fix complaints about file versions - I appear to be running a newer version of Perl now...) As I said, Hope it helps... Cheers Couch Potatoe Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 13, 2006 Report Share Posted April 13, 2006 Yes, thats because of the files you copied over.... Not to be confused, are you saying the files you copied are deleted and it works? or somehing else.... Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
couch-potatoe Posted April 20, 2006 Report Share Posted April 20, 2006 Sorry, should have made myself clearer.... I've played a bit more since, and this works for me on a fresh copy of the Uniform server... Download the Active Perl Zipped archive. Overwrite the perl.exe and perl58.dll files that the Uniform server uses (in diskw\usr\bin) with new versions from the archive. Overwrite the entire contents of the user\lib directory and sub directories that the Uniform Server uses (diskw\usr\lib) with the usr\lib files from the archive. The Active Perl download is no longer needed... Fire up the Uniform server then open a command prompt in w:\usr\bin You should now be able to execute command line perl scripts in the command prompt window in the following manner perl.exe w:\...path to perl file...\perl_file.pl (I my case with SquirrelMail it was perl.exe w:\www\config\conf.pl) There must be some files "missing" from usr\lib in the Uniform server setup that stop the command line working, unfortunately I dont know enough about Active Perl to figure out which ones Hope this makes sense... Couch Potatoe Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 23, 2006 Report Share Posted April 23, 2006 Yeah... there are... Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
411 Posted May 29, 2006 Report Share Posted May 29, 2006 so, how to running Perl scripts? (step by step please...)i have installed SquirrelMail and place all files at "w:\www\mail"but when i running the configuration file (http://localhost/mail/config/conf.pl), it can run!why and how to do it? thanks Quote UNiVORM Design Studio and Laboratory Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 9, 2006 Report Share Posted June 9, 2006 Try placing it in thhe cgi-bin folder. W:/cgi-bin/ Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
411 Posted June 11, 2006 Report Share Posted June 11, 2006 so the url will be, "http://localhost/cgi-bin/mail" ? Try placing it in thhe cgi-bin folder. W:/cgi-bin/ Quote UNiVORM Design Studio and Laboratory Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 11, 2006 Report Share Posted June 11, 2006 Yap Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
411 Posted June 15, 2006 Report Share Posted June 15, 2006 but when i run http://localhost/cgi-bin/mailit can't run. i don't have permition to access that page.why? Yap Quote UNiVORM Design Studio and Laboratory Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 15, 2006 Report Share Posted June 15, 2006 Something must be wrong.... Are you following the directions.... Check the Apache Error Log and tell me what it says... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
MrX Posted June 24, 2006 Report Share Posted June 24, 2006 Maybe it's because he hasn't uncommented AddHandler cgi-script .bat .exe .pl .cgi and Action application/x-perl "/usr/bin/perl" (which are of course, commented by default) in his httpd.conf? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 9, 2006 Report Share Posted July 9, 2006 They shouuld not be commented... Hope you are not looking at the wrong cgi-bin mask in the httpd.conf file.... They come uncommented... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
MrX Posted July 10, 2006 Report Share Posted July 10, 2006 (edited) Maybe it's because he hasn't uncommented AddHandler cgi-script .bat .exe .pl .cgi and Action application/x-perl "/usr/bin/perl" (which are of course, commented by default) in his httpd.conf? Sorry about the confusion I caused, I've realized what I was missing in this post: Ok, sorry for all that nonsense.I take back what I said. Now I know that "ScriptAlias" does the same thing as "AddHandler cgi-script .pl .cgi", thanks for telling me Edited July 10, 2006 by MrX Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 11, 2006 Report Share Posted July 11, 2006 Yeah, i later read that also... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
MrX Posted July 11, 2006 Report Share Posted July 11, 2006 Well, I was explaining that to the users (who obviously don't read every post in the forum), not you Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 12, 2006 Report Share Posted July 12, 2006 k... smartass... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.