![]() |
Perl Documentation
i would like to give this language a go, but i need the software to view/run my scripts...........i know where to get the software but is there any documentation on the installation of the software. the reason i ask for the installation documentations is that i had problems installing a php server software before......and i don't want to go through the same trouble as before...your help will be greatly apprecaited and i thank you in advance for your replies.
|
Installing Perl on Linux or Windows?
|
If you are going to be using it on linux for just system admin type work then it should already be installed. Just try typing perl in the command like if you get the perl prompt then it is already installed. If you are planning on using it for CGI purposes then I don't really know how to help.
For windows there is a windows installer if you want it for system programming, but again if you want it for CGI purposes then I can't help you. :) good luck |
Quote:
|
|
ActivePerl is great.
|
yeah, activestate (i think) handles that stuff mostly now. you can also search for free perl ide's that help out alot, usually small downloads. (but most require you already have perl installed...they don't come with it, i think perl itself is about 18 megs or so)
|
okay..........thanxs for the help guys.......i have it running on win2k machine now and i have written the hello world program and i ran it from command line and it worked.........thank you...........but now is it possibel for me to embed this perl code into HTML code.
Regards, kruptof |
I programmed Perl once, and i used the editor DzSoft Perl Editor.
Here you can see some Perl w/ HTML example. :
#!/usr/bin/perl |
One doesn't embed Perl in HTML. It's the other way around. When you see that, Perl is building the HTML page. The client doesn't see any of it until it's all done and a response is sent. The correct perception of server-side/client-side is critical to success.
|
| All times are GMT -5. The time now is 3:11 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC