|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Speeding Shipping, Improving Compliance – Read the ScanCode Systems Case Study |
|
#1
|
|||
|
|||
|
I've been trying to get this two line perl script going, it's only suppose to say hello.
maybe if someone could lead me throught the setting the scripts up I would be alright. |
|
#2
|
|||
|
|||
|
im also new at perl, but i may be able to help.
this is what you should do: #!location of your perl print "hello world."; if you are doing it for the web, do this #!location of perl print "Content-type:text/htmlnn"; print "Hello World."; |
|
#3
|
|||
|
|||
|
Check webmonkey's tutorial on Perl http://hotwired.lycos.com/webmonkey...?tw=programming
for a beginners' instructions on writing and using perl. Good Luck! yoshi http://www.datera.com |
|
#4
|
|||
|
|||
|
If you're an absolute, total beginner, get the book "Perl and CGI for the World Wide Web" by Elizabeth Castro. You can get it at Amazon.com and all the usual places.
http://www.amazon.com/exec/obidos/A...0621359-3369603 It assumes you know nothing about Perl, CGI or Unix, just a bit of HTML. It cheap too, and money well spent as it explains all the very basic things that even other beginners' books leave out because they assume they're obvious. |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|