![]() |
|
No such thing as a small change | |
PerlMonks |
Novice trying to find my wayby mortalhero (Novice) |
on Sep 16, 2009 at 20:35 UTC ( #795706=perlquestion: print w/replies, xml ) | Need Help?? |
mortalhero has asked for the wisdom of the Perl Monks concerning the following question: I've decided to try and learn perl. My first goal is to simply send a number that a visitor enters into my web page to a perl script, and then send a number back to the same web page. I cannot find a simple answer to this anywhere. I’m trying to use Frontpage to handle the HTML code and organize everything. I’ve installed iiss for Windows XP and ActivePerl. I was successful running simple perl scripts from the Command Prompt such as… print “hello world\n”; Also, I was successful with getting the following to appear in a browser;
But when I create a simple browser page, mypage.htm, in FrontPage and try to run the following and get it to appear in mypage.htm, it opens the Command Prompt and dumps the page’s html code to it;
I guess my question is, what am I doing wrong? How can I simply get something to appear, where I want it, in my browser from perl? Thanks, Dave
Back to
Seekers of Perl Wisdom
|
|