Chris,
> I'm thinking about testdriveing XAMPP. Does anyone have any opinions
> on the product? Good or bad?
I used it for awhile and I thought it was a good package for testing
purposes, but on the Mac, I prefer MAMP and Perlbrew. I like being able to
test my scripts wi
From: Chris Stinemetz
> I'm thinking about testdriveing XAMPP. Does anyone have any opinions
> on the product? Good or bad?
My first reaction is to suggest you replace that toy database with
something that is actually enterprise ready. But you may not need to do
that depend
I'm thinking about testdriveing XAMPP. Does anyone have any opinions
on the product? Good or bad?
http://www.apachefriends.org/en/xampp.html
Thank you,
Chris
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
I was just about to try installing DBD, but I noticed that the DBD
folder already exists withing perl/lib. That should mean I'm OK,
right?
One other thing - is there a specific directory I should have my DB
sitting in? In looking at the example code I'm using, I don't see
where it specifies the
the future (after I get comfortable)
Iwill most likely post my code with an external hosting company. I
just want to play around with connecting to a DB so I can do things
like create a March Madness program, etc.
What is the easiest way to install DBD with Xampp? It sounds like
this is the issue..
ax1...@hotmail.com wrote:
>
> I just installed XAMPP after having no luck figuring out how to
> configure Apache (yes, I am very much a rookie). I installed it, and
> after playing around for a while I was able to get my first Perl
> script to work (hello world).
>
> Step
Hi,
I just installed XAMPP after having no luck figuring out how to
configure Apache (yes, I am very much a rookie). I installed it, and
after playing around for a while I was able to get my first Perl
script to work (hello world).
Step 1 accomplished. Whooo h!
Step two is to get my Perl
I've installed XAMPP on two Windows machinse for Perl CGI development.
The configuration on both machines should be the same, but on one any
attempt to use the 'require' statement fails with error saying it
"Can't Locate" the specified module.
On the machine where