![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
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.
__________________
Quote:
|
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Installing Perl on Linux or Windows?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
PFO Founder
![]() ![]() |
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
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#4 | ||
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() |
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#6 |
|
Sexy Programmer
|
ActivePerl is great.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#7 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6
![]() |
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)
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#8 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
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
__________________
Quote:
|
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
I programmed Perl once, and i used the editor DzSoft Perl Editor.
Here you can see some Perl w/ HTML example. #!/usr/bin/perl print "Content-type: text/html\n\n"; print <<"HTML"; <html> <head> <title>Perl w/ HTML</title> </head> <body> Perl w/ HTML </body> </html> HTML
__________________
-- v0id
|
|
|
|
|
|
#10 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning Perl | ReggaetonKing | Perl | 42 | Oct 20th, 2006 5:42 PM |
| Perl "in" operator (or something similar?) | Jessehk | Perl | 3 | Mar 31st, 2006 7:00 PM |
| A simple perl script | satimis | Perl | 3 | Aug 15th, 2005 10:31 AM |
| Learning and Programming Perl | G.I.Josh | Perl | 2 | Mar 23rd, 2005 2:48 PM |