First  |  Prev |  Next  |  Last
Pages: 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
$$$$$ READ EMAILS & EARN CREDITS TOWARDS A LAPTOP !!!
READ EMAILS & EARN CREDITS TOWARDS A LAPTOP!!! EARN 5 FREE CREDITS FOR JOINING !!! http://ezlaptop.com/?r=715929 Simply read our e-mails, earn credits, and claim your laptop! All newsletters are sent to your EZLaptop inbox which is located in the member's area to ensure delivery each and every time !!! $... 8 Feb 2010 20:13
perl and sendmail speed problem
Hi I wrote a function that uses sendmail -oi -t -f to send emails. It is currently taking a long time to send many messages. Is there a way to speed this up?. Here is the code of the function sub sendEmail { my ($to, $from, $bcc, $subj, $message) = @_; my $sendmail = '/usr/lib/sendmail'; my $line; my @rawse... 12 Feb 2010 06:33
FAQ 4.9 How can I output Roman numerals?
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 . --------... 8 Feb 2010 00:11
FAQ 4.27 How can I access or change N characters of a string?
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 . --------... 7 Feb 2010 18:41
FAQ 3.13 How can I use curses with Perl?
This is an excerpt from the latest version perlfaq3.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 . --------... 7 Feb 2010 01:04
Math not working
I'm very confused. I'm pulling some numbers from an xml file and then trying to do some math. ####XML File <library> <books>5</books> <pages>12</pages> </library> ####Code #!/usr/bin/perl use strict; use warnings; use XML::LibXML; use XML::XPath; my $parser=XML::LibXML->new(); my $doc=$parser->parse... 10 Feb 2010 07:46
very important web site to post you know your political protests....
Post a political potest/event you want to happen here at It will be viewed and hypotherically people might go to it if they read it and live near you. http://polunrestthing.memebot.com/ Everyone tell others. Thank you, ... 6 Feb 2010 02:07
A zero-width positive lookbehind assertion
Hi I am trying to get directory name from say a path c:/app/organizer what I want to get is organizer , so basically if I search from end of string and then lookbehind ($name)=($path=~(/(?<=\/)(.*?)(.*?)\z/)); but it does not result in getting to oraginzer , it fetches app/ organizer , kind of greedy I kno... 6 Feb 2010 18:31
FAQ 4.20 How do I unescape a string?
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 . --------... 5 Feb 2010 18:24
Perl, ip6 and XML RPC
Hello list, I want to talk to an XML RPC service over ip6 (the server doesn't listen over ip4). However, with the three modules I tried so far (XML::RPC, RPC::XML, Frontier::RPC::Client), it tries to do the request over ip4, even though the hostname I gave only resolve to ip6. I know for a fact that it should wo... 8 Feb 2010 13:21
First  |  Prev |  Next  |  Last
Pages: 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102