MikeCopeland
Programmer
As a Perl newbie I'm finding some of the information I'm getting for the startup activities confusing and frustrating. First, the concept of Personal Web Server isn't clear - even if I really need such an application at all.
I'm running on Windows XP Home (SP3), and have Perl v5.10.0 installed. I have several Web sites on which I can place Perl code, so I suppose I could debug Perl applications via frequent FTP uploads - but that seems tedious and slow. I suppose that's what the PWS is for, right?
From what I read (my book is "Perl fast & easy web development" by Les Bate), I don't have immediate access to any sort of PWS, since my operating system doesn't have anything. (If it does, this book doesn't seem to think so...) I unsure what to do here.
Then there's the issue of a debugger or IDE - does anything exist for Perl that I might use? I am, of course, asking for stuff that doesn't cost anything, since I am trying all this on my own, for myself only.
My goal is to develop a Web-based application that functions like a large (text database) application I've written in console mode C/C++. Perl appears to be the way I might try all this, since Perl code is somewhat like C code and I don't have deal with database interfaces.
So, I'm asking how to get started with actual development and testing of Perl applications. Also, I don't know that the book I'm using is the best vehicle for learning, because there seem to be a number of logic errors in the code samples throughout it. Please advise. TIA
I'm running on Windows XP Home (SP3), and have Perl v5.10.0 installed. I have several Web sites on which I can place Perl code, so I suppose I could debug Perl applications via frequent FTP uploads - but that seems tedious and slow. I suppose that's what the PWS is for, right?
From what I read (my book is "Perl fast & easy web development" by Les Bate), I don't have immediate access to any sort of PWS, since my operating system doesn't have anything. (If it does, this book doesn't seem to think so...) I unsure what to do here.
Then there's the issue of a debugger or IDE - does anything exist for Perl that I might use? I am, of course, asking for stuff that doesn't cost anything, since I am trying all this on my own, for myself only.
My goal is to develop a Web-based application that functions like a large (text database) application I've written in console mode C/C++. Perl appears to be the way I might try all this, since Perl code is somewhat like C code and I don't have deal with database interfaces.
So, I'm asking how to get started with actual development and testing of Perl applications. Also, I don't know that the book I'm using is the best vehicle for learning, because there seem to be a number of logic errors in the code samples throughout it. Please advise. TIA