in reply to Any Help (with finding easier tutorials)? =(

I found CGI 101 a very accessible intro to the absolute basics of perl. On the other hand it did get me into bad habits that showed up when I started doing more ambitious projects. I'd recommend it on the understanding that very soon after reading it you find out what
use strict; use CGI;
mean, and learn to use them. But it's a good place to start.

§ George Sherston

Replies are listed 'Best First'.
Re: Re: Any Help (with finding easier tutorials)? =(
by davorg (Chancellor) on Sep 19, 2001 at 16:18 UTC

    CGI 101 is very dodgy in places. The author is currently working on a second edition of the book and I'm sending her details of the problems in the first.

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you don't talk about Perl club."