jkwng1 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post 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 Share this post Link to post Share on other sites
couch-potatoe 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post 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 Share this post Link to post Share on other sites
couch-potatoe 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted April 23, 2006 Yeah... there are... Thanks. Quote Share this post Link to post Share on other sites
411 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted June 9, 2006 Try placing it in thhe cgi-bin folder. W:/cgi-bin/ Quote Share this post Link to post Share on other sites
411 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted June 11, 2006 Yap Quote Share this post Link to post Share on other sites
411 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post 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 Share this post Link to post Share on other sites
MrX 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post 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 Share this post Link to post Share on other sites
MrX 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted July 11, 2006 Yeah, i later read that also... Quote Share this post Link to post Share on other sites
MrX 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted July 12, 2006 k... smartass... Quote Share this post Link to post Share on other sites