First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
FAQ 4.18 Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
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 . --------... 18 Feb 2010 18:28
libwww-perl authorization problem
Hi There, I'm trying to login to a ssl encrypted webinterface with authrization uing LWP but I don't get authorized for some reason and i can't figure out why not. My code: my $url = 'https://192.168.167.166/'; # Yes, HTTPS! my $browser = LWP::UserAgent->new; $browser->credentials( 'https://192.16... 18 Feb 2010 16:13
benchmarks for perl?
No, I'm not starting yet another perl vs C thread. I have some concerns about the performance of perl varying more than I would expect between different installations I'm maintaining (and running my perl code on) Is there a standard benchmark, used (perhaps) when people port Perl to different CPUs/OS/compiler... 23 Feb 2010 15:50
(lack of) Helpfulness of Perl error messages.
As some of you are probably aware I often have difficulty with Perl and I ask for help here usually about once a month. I try to help myself where I can, and sometimes, when I'm preparing a minimal example for posting here, I find the solution to my problem. That's just happened again, but only due to an error mess... 19 Feb 2010 10:57
FAQ 4.31 How can I split a [character] delimited string except when inside [character]?
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 . --------... 18 Feb 2010 06:07
FAQ 2.5 I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. How do I make it work?
This is an excerpt from the latest version perlfaq2.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 . --------... 18 Feb 2010 00:40
File Position
Hi There, Does anybody know how to read through a file searching for a word and printing the file position of that word ? Thanks. ... 19 Feb 2010 16:36
$^T is not working as expected from mod_perl
I was using this to calculate execution time at the bottom of a script: print time - $^T; However I noticed that the time just got a little bit longer everytime I ran it despite the apparent page load time not changing at all. I changed it to this: printf "BEG: $^T \n"; printf "END: ". time; And the $^T... 18 Feb 2010 02:52
FAQ 2.14 Where are the archives for comp.lang.perl.misc?
This is an excerpt from the latest version perlfaq2.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 . --------... 17 Feb 2010 19:03
utf8, length and syswrite are killing me
Hello, I have a russian card game at http://apps.facebook.com/video-preferans/ which I've recently moved from using urlencoded data to XML data in UTF-8. Since then it often hangs for the users and I suspect, that my subroutine: sub enqueue { my $child = shift; my $data = shift; ... 18 Feb 2010 02:52
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98