rand115 has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I'm working my way through perl by example 4th edition. I just reached a section in the book where CGI is being used with perl scripts. I can't seem to get the examples to work. Any advice?

Replies are listed 'Best First'.
Re: CGI/Perl Help Please!
by Your Mother (Archbishop) on Sep 10, 2013 at 03:27 UTC
    Any advice?

    Include the code sample as you've written it, what you expect to get, and what you actually get. :P

Re: CGI/Perl Help Please! (checklists)
by Anonymous Monk on Sep 10, 2013 at 07:31 UTC
Re: CGI/Perl Help Please!
by soonix (Chancellor) on Sep 10, 2013 at 06:43 UTC

    In case you are working on Windows, XAMPP contains examples. Only a few, but working examples.

    Update: You did not specify wether you are fighting against syntax terror or wether you do not know how to run CGI programs. I presume the latter, so I second the advice from our anonymous confrere, especially the points at the end of that post.

Re: CGI/Perl Help Please!
by Anonymous Monk on Sep 10, 2013 at 20:19 UTC
    And if you're not interested in web programming, do skip that section. The web seems to be a magical black box to a lot of newbies, and the cause of a lot of headaches.

    (And even if you are interested in web programming, CGI has become mostly outmoded and you might want to learn a modern framework instead. But those things' documentation expect you to already know the nuts and bolts of WWW...)