You are here:
| Expert | Average Ratings | Expertise |
|---|---|---|
Michael KroherU.S.
Available
|
I can help with questions regarding module installation, regular expressions, CGI, web development, server administration, etc. | |
Jason SilverCanada
Available
|
I can answer questions about script installation problems. I can give hints and tips for writing code. I can suggest the best approaches for writing web applications, and other similar topics. | |
Justin WheelerCanada
Available
|
Any question relating to Perl including its internals, data structures, speed, memory usage, syntax, version changes, extra CPAN modules, code standards, code cleanup, or just silly problems. |
Hello, I'm not familiar with a Windows environment, but I will say that 15 to 20 visitors a minute is not much of a load at all. I don't believe it's a problem that can be fixed with your config file
Hi Filzah, You'll need to run an actual webserver to run the CGI. If it's a Perl scripts, you'll need to download a perl interpreter for windows. Apache is open source and free, so you could install
Hi Mark, Your best bet is to use the CGI script, which will parse it for you. Then, you'd do something like. my $q = new CGI; my @cds = $q->param( 'CD' ); print $q->header(); print "First
Hi Matthew, Yes, you'll likely need a foreach or something like that to traverse the data. Your best bet is to XMLin() the file with XML::Simple, and then use Data::Dumper to Dumper() the data structure
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.