First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
FAQ 8.47 How do I keep my own module/library directory?
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 community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 28 Jul 2010 00:58
XML::Simple - Processing Query
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 process the returned data with Perl, largely on account with my unfamiliarity with XML processing, but also because I'm n... 28 Jul 2010 21:45
FAQ 5.13 How can I open a filehandle to a string?
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 community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 28 Jul 2010 10:44
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 . --------... 27 Jul 2010 06:14
4D hash iteration
I need a construction like this: foreach $a(...) { foreach $b(...) { foreach $c(...) { foreach $d(...) { $myval=$hash{$a}{$b}{$c}{$d}; ... } } } } How to do this? What should be in braces (...)? --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 28 Jul 2010 12:57
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... 27 Jul 2010 04:03
FAQ 5.43 How do I copy an entire directory?
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 community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 27 Jul 2010 00:50
FAQ 5.36 Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?
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 community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 26 Jul 2010 12:43
FAQ 7.25 Why can't a method included in this same file be found?
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 community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 26 Jul 2010 06:11
chmod problem when creating a file in web script
Hi This is a web based Perl script. I need to allow the user to create a small file under /home/example.com/industry/ - already chmod 0755. I have tried chmod in the Perl script to change the permission to write - then back to read my $filename='/home/example.com/industry/london.txt'; chmod (0777,$f... 26 Jul 2010 06:11
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22