in reply to Re^4: Building a webpage with Perl
in thread Building a webpage with Perl
Oh well, it was certainly not my intention to make it sound as if that tutorial was bad nor was it my intention to infer that I would be able to make a better tutorial. Apologies if my post was perceived like that.
My only intention, really, was to point out to the OP - someone who is obviously just starting on a first web app - that the one-cgi-script web-app may not be the lastest development in this area and that she/he should - IMHO - look into some more recent suggestions of how this problem can be tackled.
I did suggest (earlier) some alternatives that I am using myself. Yes, frameworks come with a bit of a learing curve too but I see a clear danger for the OP to end up with an ever-growing cgi-script that tries to handle this CSV file database. That is why I suggested CGI::Application, which doesn't move away too much from "traditional" Perl CGI while making it easier to maintain some structure in the code.
I also think it should be ok to express the opinion that something may be outdated and I think it's equally ok to point out why it isn't or what aspect of it aren't. I don't think that is the same as just being negative. Great tutorials and books have been written in the past but it is often difficult for the beginner to see how up-to-date these are, even if it is clear when they were written.
Anyway, enough said and I think there's enough information here now to get the OP started (or confused... :-)