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

Does anyone know of a good online training or online course for CGI programming with Perl?

Replies are listed 'Best First'.
Re: Perl/CGI programming online course?
by marto (Cardinal) on Feb 26, 2012 at 14:00 UTC

      Thanks, marto.

      I replaced the link in Tutorials with yours, because the former is, for all intents and purposes, dead.

      (Though, IMHO, everyone should have a bookmarklet like bart's "Wayback Machine shortcut" in their browser toolbar by default: javascript:location.href=%22http://web.archive.org/web/*/%22+location.href ;-) )

      HTH,

      planetscape
Re: Perl/CGI programming online course?
by luis.roca (Deacon) on Feb 26, 2012 at 17:10 UTC

    Jacqueline D. Hamilton has the first six chapters of her book: CGI Programming 101 available as well as the source code for the entire book. She also has her smaller, project based book: CGI 201 which goes into building forums and blogs.

    If you prefer video training, Lynda.com has the following CGI and Perl courses:

    There are courses on CGI given by O'Reilly that, having taken one, I would not recommend. The materials covered, sandbox and review system are not that great for the price you pay.

    * FYI: If you haven't already you should become familiar with HTTP (Where you'll learn about messaging between client and server). You may want to bookmark the RFC document: http://www.faqs.org/rfcs/rfc2616.html


    "...the adversities born of well-placed thoughts should be considered mercies rather than misfortunes." — Don Quixote
Re: Perl/CGI programming online course?
by ansh batra (Friar) on Feb 26, 2012 at 13:52 UTC

    CGI Programming with Perl, 2nd Edition By Scott Guelich, Shishir Gundavaram, Gunther Birznieks


    and perlmonks will be a better option.
Re: Perl/CGI programming online course?
by Anonymous Monk on Feb 26, 2012 at 22:24 UTC