First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
FAQ 4.71 How do I handle binary data correctly?
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 . --------... 4 Jun 2010 18:05
NetPacket::TCP
eh... the solution is: SNAPLEN ;-) ... 4 Jun 2010 18:05
OpenOffice::OODoc and vertical tab barriers?
I was wondering if it was possible to use this module to create an open office document with those verticle tab barriers (when you click on the horizontal ruler at the top you can set them). If this is not possible, is it possible to save a .odt file that has these barriers and use it as a template for an output f... 4 Jun 2010 14:45
Simple Design and Testing Conference - Mumbai, India; June 26-27 2010
Simple Design and Testing Conference - Mumbai, India; June 26-27 2010 http://sdtconf.com/ SDTConf is an all open space conference providing software practitioners a platform to meet face-to-face and discuss/demonstrate simple design & testing principles/approaches. No Marketing talks, no non-sense. All you g... 4 Jun 2010 13:38
Where is the document for \ (backslash operator for creating a reference)
>>>>> "Peng" == Peng Yu <pengyu.ut(a)gmail.com> writes: Peng> I think that the document for \ can be found in man perlop. But there Peng> are too many '\'s, and I don't find where the description of backslash Peng> operator is. Would you please point me which section to look at? Or Peng> '\' is discussed in some ot... 4 Jun 2010 12:32
The usage of $_[0]
I think that $_[0] should give me 'a' in the following example. But it doesn't. Could you help understand why? How to get the first argument? $ ./main.pl ab b $ cat main.pl #!/usr/bin/env perl use strict; use warnings; sub mysub { print @_, "\n"; print $_[0], print $_[1], "\n"; } mysub 'a', '... 5 Jun 2010 19:06
Where is the document for \ (backslash operator for creating a reference)
I think that the document for \ can be found in man perlop. But there are too many '\'s, and I don't find where the description of backslash operator is. Would you please point me which section to look at? Or '\' is discussed in some other man page? ... 4 Jun 2010 11:25
How to switch floating decimal number char from "." to "," ?
As I found out by default Perl produces floating point number output as 123456.78 where ".78" is the fraction part of the number. However in Europe another format is used: 123456,78 How exactly can I switch from the first to the second format? I read a solution with $myvar ~= tr/./,/; but I don... 7 Jun 2010 17:42
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.9 $)
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 4 Jun 2010 03:45
FAQ 9.5 How do I extract URLs?
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 . --------... 4 Jun 2010 00:30
First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53