First  |  Prev |  Next  |  Last
Pages: 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
FAQ 9.20 How do I send mail?
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 . --------... 25 Mar 2010 18:34
FAQ 4.66 How can I store a multidimensional array in a DBM file?
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 . --------... 25 Mar 2010 12:36
FAQ 9.19 How do I return the user's mail address?
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 . --------... 25 Mar 2010 06:50
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 . --------... 25 Mar 2010 01:00
call external script - fork
Hi There, I would like to start one of my perl scripts out of the one i'm running and it should have it's parallel process and be totally decoupled from the currently running script. I tried around with system("/my/other/script.pl ARG1 ARG2"); and exec("/my/other/script.pl ARG1 ARG2"); with and without & at the ... 24 Mar 2010 20:30
FAQ 8.15 How do I set the time and date?
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 . --------... 24 Mar 2010 18:08
Show what a substitution is doing ?
Hello, For a program I'm writing that does a few regex-based substitutions in a large file, I would like to see exactly what substitutions are being done. I.E. Which strings were matched, and what they were replaced by. Or, in code: if I do: $content =~ s/<add key="(.*?).foobar.\d+" value="Foo=.*?;(.*?"/>... 25 Mar 2010 14:57
FAQ 5.25 How do I get 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 . --------... 24 Mar 2010 12:18
Perl & Get web content Perl-Function [Expert]
Hi all ! I have some questions to you, experts, that relate to the PERL LANGUAGE 1. Is that possible to recognize the platform of a website ? From example : If I take this website : http://www.latimes.com How do I know if it is a PERL, a PHP or ASP ? Is there a trick ? 2. The Get-Web-Content PERL function.... 24 Mar 2010 14:39
www::mechanize - unable to connect
Hi I have use WWW::Mechanize; my $agent=WWW::Mechanize->new(autocheck => 1); my ($url,$response,$content); $url="http://www.example.com"; $agent->get($url); # main page if (defined $agent) { whatever ...} else {print 'cannot connect'} I get an error message if I cannot connect. I thought the if (defined ... 24 Mar 2010 05:28
First  |  Prev |  Next  |  Last
Pages: 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84