Perl & CGI/Expert Profile


Ask A Question

Expertise

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.

Experience in the area

I've been writing Perl scripts since 1999. I sell my scripts at www.intelliscript.net

Education/Credentials

I'm self taught in computer programming.

Awards and Honors

I've been quoted in a computer programming publication, called CGI-101.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Paul07/28/11101010Thanks Jason for same day reply and .....
Rich08/03/101010Thank you. I don't know anything about .....
Jason11/21/09101010Thanks for your help with the Perl .....
Pepi11/17/09101010Thank you very much
Patrick07/10/09101010Thank you Jason, and sorry for the .....

Recent Answers from Jason Silver

2011-10-13 Perl:

I'm sorry I misunderstood the question the first time.    I'm not certain this would be a problem if you coded your application using strict, as most variables would not be global, but function or class

2011-10-13 Perl:

At the top of your script, type:    use strict;    This is an important thing to do for all programmers, both singles and teams, as it's good standard practice, and can help you from making an error accidentally

2011-07-27 CGI script installation error message:

I am not familiar with this script, but it looks like it is trying to write to a file and is not able to.    You should check the readme for this script to see if there is a datafile on the server that

2011-01-04 cgi file-Perl language:

First, give your radio buttons a name, so that when they are selected, and the form is submitted to the second cgi script, there will be a way to read the selection.    Then, if the form is a GET or a

2010-11-10 Enabling support for CGI scripting on Mac OSX:

You may have made a mistake with your URL.    1. Is there a web server running on your machine? That's what localhost is.    2. If there is, have you installed Perl on your local machine? If you're using

 

Ask A Question

Perl & CGI

All Answers


Answers by Expert:


Ask Experts

Volunteer


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