You are here:
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.
I've been writing Perl scripts since 1999. I sell my scripts at www.intelliscript.net
I'm self taught in computer programming.
I've been quoted in a computer programming publication, called CGI-101.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Jason | 11/21/09 | 10 | 10 | 10 | 10 | Thanks for your help with the Perl ..... |
| Pepi | 11/17/09 | 10 | 10 | 10 | 10 | Thank you very much |
| Patrick | 07/10/09 | 10 | 10 | 10 | 10 | Thank you Jason, and sorry for the ..... |
| Anatoli | 01/22/09 | 10 | 10 | 10 | 10 | Thanks, perfect! Small details that fit :) |
| Anatole | 09/29/08 | 10 | 10 | 10 | 10 | Well, what to say? All replies to ..... |
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
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
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
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
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">
Answers by Expert:

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