| How can I tell if a perl interpreter was built for 32 or 64 bits? |
|
 |
 |
 |
29.07.2010 - 11:40 - How can I tell if a perl interpreter was built at 32 or 64 bits?
If I do "perl -V" I see:
use64bitint=undef, use64bitall=undef
So maybe it's 32-bits, but that doesn't really seem ...
|
 |
| FAQ 4.43 How do I compute the difference of two arrays? How do I compute the in |
|
 |
 |
 |
28.07.2010 - 22:00 - 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 ...
|
 |
| FAQ 9.21 How do I use MIME to make an attachment to a mail message? |
|
 |
 |
 |
28.07.2010 - 10:00 - 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 ...
|
 |
| XML::Simple - Processing Query |
|
 |
 |
 |
27.07.2010 - 17:42 - Hi,
If somebody can assist me with my query it would be much appreciated.
I'm basically retrieving an XML file from Digg. I can retrieve the
Digg data okay, but am struggling with trying to ...
|
 |
| FAQ 5.13 How can I open a filehandle to a string? |
|
 |
 |
 |
27.07.2010 - 16:00 - 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 ...
|
 |
| 4D hash iteration |
|
 |
 |
 |
27.07.2010 - 14:16 - I need a construction like this:
foreach $a(...)
{
foreach $b(...)
{
foreach $c(...)
{
foreach $d(...)
{
$myval=$hash{$a}{$b}{$c}{$d};
...
}
}
}
}
How to do this? ...
|
 |
| Posting Guidelines for comp.lang.perl.misc ($Revision: 1.9 $) |
|
 |
 |
 |
27.07.2010 - 02:12 - 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 ...
|
 |
| FAQ 5.35 How do I close a file descriptor by number? |
|
 |
 |
 |
26.07.2010 - 22:00 - 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 ...
|
 |
| FAQ 7.25 Why can't a method included in this same file be found? |
|
 |
 |
 |
26.07.2010 - 10:00 - This is an excerpt from the latest version perlfaq7.pod, which
comes with the standard Perl distribution. These postings aim to
reduce the number of repeated questions as well as allow the ...
|
 |
| Help with regular expression |
|
 |
 |
 |
25.07.2010 - 19:19 - I need a regular expression with the following properties.
I need to match text (typically, though not necessarily expressions)
enclosed within double parentheses. However, I do not want to ...
|
 |
| Cheap jerseys shoes glasses bag necklace jewelry Etc. |
|
 |
 |
 |
25.07.2010 - 03:22 - Our Factory product collection is produced over 1000 types including
Fashion jeans, watch, hat,
shoes, jersey shoes, glasses, ...
|
 |
| FAQ 8.16 How can I sleep() or alarm() for under a second? |
|
 |
 |
 |
23.07.2010 - 16:00 - 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 ...
|
 |
| exist function in perl 5.12.1 |
|
 |
 |
 |
23.07.2010 - 09:40 - In perl 5.12.1, with reference to the exist function "perldoc -f
exist" ( see also http://perldoc.perl.org/functions/exists.html ) it
says
>> [...]
>> Although the mostly deeply nested array ...
|
 |
| FAQ 4.44 How do I test whether two arrays or hashes are equal? |
|
 |
 |
 |
22.07.2010 - 16:00 - 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 ...
|
 |
| Speed of reading some MB of data using qx(...) |
|
 |
 |
 |
22.07.2010 - 06:02 - I have a program that processes PDF files by converting them to
Postscript, read the ps and do something with it. I use pdftops (from
xpdf) for the pdf->ps conversion and retrieve the result ...
|
 |