First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
FAQ 1.12 What's the difference between "perl" and "Perl"?
This is an excerpt from the latest version perlfaq1.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 Apr 2010 00:42
FAQ 1.8 Is Perl difficult to learn?
This is an excerpt from the latest version perlfaq1.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 Apr 2010 19:09
reading line from socket
Hi There, I'm using something like: if (defined(<SOCKET>)) { while (($line = <SOCKET>) && $count < $POSLIMIT){ .... .... and i'm getting following: "Value of <HANDLE> construct can be "0"; test with defined() at ./ UpdateServer.pl line 831." How can i get rid of this message? Thank you! -- roN ... 7 Apr 2010 17:59
Correct way to save zip file after replacing member?
I've written a short utility script to replace a member in a zip file, using the Archive::Zip module. After calling "updateMember()", I'm pretty sure I need to do something else to "finish" this, perhaps just writing the file out. Assuming my script has the original file name and the "Zip" object, what are the st... 7 Apr 2010 13:28
FAQ 1.16 How can I convince others to use Perl?
This is an excerpt from the latest version perlfaq1.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 Apr 2010 06:45
FAQ 1.14 What is a JAPH?
This is an excerpt from the latest version perlfaq1.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 Apr 2010 00:15
mock a method on a single object
How can I mock a method on a _single_ object (as opposed to mocking the method on all the objects of a class)? Consider: package Foo; { sub new { my $class = shift; return bless {}, $class; } sub bar { print "bar\n" } } my ($a_foo, $another_foo) = (new Foo(), new Foo()); sub print_something { ... 7 Apr 2010 07:50
FAQ 3.7 How do I cross-reference my Perl programs?
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 . --------... 6 Apr 2010 18:42
FAQ 2.16 Where do I send bug reports?
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 . --------... 6 Apr 2010 13:00
help: sessioning, SoapServer, setObject
> Yes, I got your example running with "setClass". I used this server:http://www.jsp-hotel.dk/test/soappersistence-setClass.php (source:http://www.jsp-hotel.dk/test/soappersistence-setClass.txt) with this client:http://www.jsp-hotel.dk/test/soapclient.php (source:http://www.jsp-hotel.dk/test/soapclien... 6 Apr 2010 11:53
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78