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    T = Timeliness    P = Politeness
UserDateKCTPComments
Jason11/21/0910101010Thanks for your help with the Perl .....
Pepi11/17/0910101010Thank you very much
Patrick07/10/0910101010Thank you Jason, and sorry for the .....
Anatoli01/22/0910101010Thanks, perfect! Small details that fit :)
Anatole09/29/0810101010Well, what to say? All replies to .....

Recent Answers from Jason Silver

2009-11-23 Can't find string terminator "END_HTML" anywhere before EOF:

I personally recommend swapping out the <<END_HTML tag with the qq tag, as follows: print qq~ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www

2009-11-20 Perl script - combine arrays/create new array based on header:

Hi, Glad the code worked out of the box-- I didn't test it at all. The 'sort by value' is done by using the number comparison operator <=>. There is a little nested comparison happening as it sorts

2009-11-19 Perl script - combine arrays/create new array based on header:

Though not tested, I would do it this way since you said the file isn't very large: #!/usr/bin/perl # get the file first: open (FILE, 'z.txt'); @whole_file = <FILE>; # assign it to an array

2009-09-07 Run same perl script on Win and Unix'es:

Hi Rodrigo, the way I do this is to set variables at the top of the script which accomodate the differences. You could do something like this: my $is_on_windows = 1; then in the script: my $path

2009-08-12 How Do I pass a javascript variable to a Perl script?:

This is a Javascript question, not a Perl question. But it looks to me that you've got a typo or something wrong with your Javascript function: <script type="text/javascript" language="JavaScript">

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


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