So you copy/pasted from http://web.archive.org/web/20100824075511/http://jdporter.perlmonk.org/cgi_course/lesson_1.html, changed things around, and now it doesn't work

Here is a tip, copy paste from lesson1 and save into a newfile, then compare, line by line, newfile to yourfile

diff -ub newfile yourfile

or gvim -d -g -R -y newfile yourfile

or gvim -g -y -O newfile yourfile

If that isn't clear enough, use Deparse tip from Basic debugging checklist ), and make Deparse-s of newfile/yourfile, and compare those

Basically, more Basic debugging checklist all the time

more checklists CGI Help Guide , Troubleshooting Perl CGI scripts , brian's Guide to Solving Any Perl Problem

on learning CGI learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together.

On PSGI or modern-easy-cgi see http://perldancer.org/slides Dancer - Perl Web Framework for easy and fun webapp development

and Mojolicious - Perl real-time web framework/http://mojocasts.com/


In reply to Re: error @ line7 (basic debugging checklist) by Anonymous Monk
in thread error @ line7 by Monk_perl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.