in reply to Re: what does 1; does?
in thread what does 1; does?

hi fellow monks~
thanks for the prompt reply, actually i've been using perl for over a year now mostly writing data extraction script from csv, excel and database. it's just that i haven't actually use perl cgi in combination with so many things at once. i was hoping that there is a name for such a thing, hehe, so i can easily find a good book which can cover all of these.
thanks~

Replies are listed 'Best First'.
Re^3: what does 1; does?
by stiller (Friar) on May 05, 2008 at 09:49 UTC
    Perl cgi really is a lot of things, or combinations. Finding one book that covers any combination closely is not likely. As you can see from some of the other responses, you will need to check out html and javascript if you're not familiar with them already. There is a very good html reference, "Dynamic HTML: The Definitive Reference", you'll find use for that one, but it's not an introduction.

    The hardest thing to figure out will probably be the indirection a webserver presents (here? there? serverside or clientside?) and on top of that the layers of a framework (how will the thread of execution flow through it all??) if you use that - understanding webserver and cgi will be a good start, but again, you need to check with your collegues what is used on your site, and if they have suggestions.