First  |  Prev |  Next  |  Last
Pages: 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
FAQ 4.57 What happens if I add or remove keys from a hash while iterating over it?
This is an excerpt from the latest version perlfaq4.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 . --------... 23 Feb 2010 00:14
retrieve file after posting some data
Hi There, I'm using libwww to post data to a form. Once data is posted, the server would send me back a file. How can i retrieve and safe this file? I'm posting the data with below code: $response = $browser->get($url); print $response->header('WWW-Authenticate'),"\n"; die "Error at $url\n ", $response... 23 Feb 2010 22:43
dprof: alternate path
How do I use dprof if I don't have permissions to install it to my perl installation? I work at a large company and would like to specify where, in my local disk, the DProf module resides. ... 22 Feb 2010 17:32
how to $doc->createElement with XML::LibXML
Hi, i am trying to create a xml file with the following <?xml version="1.0" encoding="UTF-8"?> <file name="file 1"/> <file name="file 2"/> i try the following code without any success, can someone help me to understand what i am dong wrong? use strict; use XML::LibXML; my $doc = XML::LibXML::Docume... 22 Feb 2010 20:55
Windows: How to sleep until key is pressed
I have a perl program (under windows vista) that records every scancode / keystroke I make (it even records when I hit the Ctrl-key, the Shift-key, F1, F2, etc.... So the program works ok for me, but it has a "do{...}until" loop that better should be replaced by a sleep command. My concern is that I waste a lot ... 24 Feb 2010 19:58
FAQ 5.26 How do I set a file's timestamp in perl?
This is an excerpt from the latest version perlfaq5.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 . --------... 22 Feb 2010 06:19
FAQ 9.11 How do I redirect to another page?
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 . --------... 21 Feb 2010 18:15
FAQ 8.33 Is there a way to hide perl's command line from programs such as "ps"?
This is an excerpt from the latest version perlfaq8.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 . --------... 21 Feb 2010 12:37
Call for papers: SETP-10, Orlando, USA, July 2010
It would be highly appreciated if you could share this announcement with your colleagues, students and individuals whose research is in software engineering, software testing, software quality assurance, software design and related areas. Call for papers: SETP-10, Orlando, USA, July 2010 The 2010 International... 21 Feb 2010 10:22
Using eval to iterate over a set of Perl variables
(I'm sure Google should have been able to help me with this but structuring a suitable query defeated me... a million hits or none.) I'm inserting new records into a MYSQL database using Perl DBI. There are fourteen fields, each one of which has its corresponding variable in my program. I want to execute the... 22 Feb 2010 14:06
First  |  Prev |  Next  |  Last
Pages: 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96