Can someone help me with PERL, I have no idea where to start.
Can someone help me with PERL, I have no idea where to start.
There has already been similar thread to this.
Anyway, here is my post from it.
Hope you find it useful![]()
Tysil Chronicles (redesigning)SigChat Service (in development)Torch's PHP Functions Library (not finished)
lol i looked at that already, it was a bit useful. thats how i learn as well.
btw i installed those two things on my computer, the apache thing or w/e and the perl. how do i work with these things?
That is a very big question, so I'm just gonna sum it up to what you would need most/currently.Originally Posted by _Xero_
To start XAMPP, e.g. the server on your machine, open it's control panel (you probably have the icon on your desktop after the installation). There you can choose which services to start. Apache only will probably suffice, but you can turn MySql too is the scripts you'll be working with use database.
After that you can put your CGI/PERL scripts in cgi-bin folder (the default path if you're using Windows would be c:\apachefriends\xampp\cgi-bin). Only thing that is left now is run the scripts by opening your browser and going to http://localhost/cgi-bin/yourscript.pl/.cgi
Tysil Chronicles (redesigning)SigChat Service (in development)Torch's PHP Functions Library (not finished)
lol one problem, the services wont start. i try to enable them, but it keeps saying "Could not start Apache2 service on Local Computer. Error 5: Access Denied.
Apache doesn't seem to want to start, everything else does.
Last edited by _Xero_; 07-31-2006 at 06:43 PM.
ah nvm:P i checked their site and i checked my ports and port 80 is in use by my popup blocker
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
07/31/06 21:59:10
Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4
im trying to access localhost/xampp/cgi-bin from my brower and it says that
Last edited by _Xero_; 07-31-2006 at 08:00 PM.
No, not localhost/xampp/cgi-bin :P
Just http://localhost/cgi-bin. without the xampp ;)
Last edited by Torch; 07-31-2006 at 08:13 PM.
Tysil Chronicles (redesigning)SigChat Service (in development)Torch's PHP Functions Library (not finished)
lol gives me the same error
im getting scared, wtfi s going on!:P
Heh, slow down a bit... No need to panic :P
Did you try directly accessing your scipt e.g.: http://localhost/cgi-bin/script.cgi or .pl
Also did you put your scipts in right folder (c:\apachefriends\xampp\cgi-bin by default on windows)?
Tysil Chronicles (redesigning)SigChat Service (in development)Torch's PHP Functions Library (not finished)
nope, i installed it to C:\Program Files\
so what would i do then?