Helpful Information
 
 
Category: Beginner Programming
perl

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.

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.";

Check webmonkey's tutorial on Perl http://hotwired.lycos.com/webmonkey/98/47/index2a.html?tw=programming
for a beginners' instructions on writing and using perl.

Good Luck!
yoshi http://www.datera.com

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/ASIN/020135358X/o/qid=958942964/sr=8-1/ref=aps_sr_b_1_1/102-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.










privacy (GDPR)