|
FAQ 9.16 How do I decode a CGI form? This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 15 Apr 2008 03:22
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $) Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 15 Apr 2008 02:34
PERL to mean what 'perldoc perl' says is wrong? (was: Re: perl should be improved and perl6) Jim Cochrane wrote: On 2008-04-14, Chris Mattern <syscjm(a)sumire.gwu.edu> wrote: On 2008-04-14, Jim Cochrane <allergic-to-spam(a)no-spam-allowed.org> wrote: <snip> Actually, "I should of course said" is still wrong - missing a verb component - should be: "I should of course have said". I... 15 Apr 2008 21:06
DBIx::XML::DataLoader I am trying to figure out how to use this package. It looks like it may do what I need, and help me write the code more quickly than would be the case if I started de novo. First, although I have been programming in a variety of languages for quite a while, i have managed to avoid having to parse XML until now. ... 24 Apr 2008 03:40
FAQ 9.10 How do I decode or create those %-encodings on theweb? On Mon, 14 Apr 2008 18:03:02 -0700, PerlFAQ Server wrote: 9.10: How do I decode or create those %-encodings on the web? If you are writing a CGI script, you should be using the CGI.pm module that comes with perl, or some other equivalent module. The CGI module automatically decodes queries... 14 Apr 2008 21:49
FAQ 9.10 How do I decode or create those %-encodings on the web? This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 15 Apr 2008 09:55
s replace p modifier Hello I'd like to encapsulate each number in a textfile with dollar-signs ($). I thougt to replace each number by a $-sign followed by the pattern matched number itself and another $-sign. How can I get the exact pattern which was replaced by s/PATTERN/PREPLACEMENT/modifier? In the perl docs I read that th... 15 Apr 2008 04:57
CSV to quasi-XML Hi there, Never written a line of Perl until now but I think it might be perfect for this little program I need. I have some CSV files that are given to me and I need to spit them in a format that kind of looks like XML but I don't think it is. The structure looks something like this: <ADDRESSES> <struct> ... 15 Apr 2008 19:31
CSV_XS Question I'm trying to use CSV_XS to parse log files. Each field is separated by a comma and surround by double quotes. Within each field, there may be embdedded double and single quotes. These embedded quotes are escaped by a backslash. I'm having trouble getting it to work. I have two questions: 1) The entire scri... 14 Apr 2008 17:01
Textview not scrolling to show full text in IRC client I have this IRC client that wont scroll far enough down to show the full text. Its rather hard to explain but I'll give it a try: when you get down to the bottom on the textview and you go to enter a message such as: John(10:00:00) I have to go to the story today and get some fruit. And this message is the last ... 14 Apr 2008 16:13 |