You are here:
I can help with questions regarding module installation, regular expressions, CGI, web development, server administration, etc.
I have built my own framework using HTTP::Engine. I have also wrote many scripts to automate system administration tasks. Before using HTTP::Engine, I used CGI.pm as a solution for web applications. I also have experience with a vast array of CPAN modules.
I am self taught.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Pepi | 11/17/09 | 10 | 10 | 10 | 10 | thanks |
| Thomas | 10/26/09 | 8 | 10 | 10 | 10 | Thank you. |
| dipak | 10/26/09 | 10 | 10 | 10 | 10 | |
| James | 10/11/09 | 10 | 10 | 10 | 10 | Thanks. |
| Shawn | 10/04/09 | 10 | 10 | 10 | 10 | Thank you so much for your time ..... |
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
Hello, getting a CGI error can be any number of things wrong. The error message that you are getting is very vague, and the more informative message can be found in the webserver error logs. Do
Hello, Your EOLN character you want to switch is \n. You can switch it with something else like: $form{'comments'} =~ s/\n/<br>/g; # switch with a <br> for HTML output. or
I'm having trouble understanding your question...do you mean subroutines? Like a function? #!/usr/bin/perl use strict; use warnings; my $addition = add(5,6); print "Addition: $addition\n";
You can easily call (any) program within a perl script using ` (backticks), or qx(). I prefer to use qx(), because it's easier to look at the code, since having " ' ` can get confusing. Example:
Answers by Expert:

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