First  |  Prev |  Next  |  Last
Pages: 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
Java vs. C#
See http://www.theregister.co.uk/2009/12/17/dot_net_noughties/ Perl hackers seem to be platform agnostic, although with a Unix history and bias. Probably 98% of the scripts I write are for Windows applications and for users on Windows machines, and ActiveState probably accounts for a substantial percentage of Per... 23 Dec 2009 19:38
FAQ 5.40 How do I traverse a directory tree?
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 . --------... 18 Dec 2009 06:07
perl compile failure
It seems that the perl 5.10.1 won't compile on my system with is a new opensuse 11.2 Its dieing on this line make[1]: Entering directory `/home/ruben/Downloads/perl-5.10.1/ext/ ODBM_File' Skip ../../lib/ODBM_File.pm (unchanged) .../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp - noprot... 17 Dec 2009 19:17
cpan errors
I have a new distro of openSuse and cpan seems to be not working. I'm getting weird errors like this CPAN: Storable loaded ok (v2.18) CPAN: LWP::UserAgent loaded ok (v5.829) CPAN: Time::HiRes loaded ok (v1.9711) I would like to connect to one of the following sites to get 'authors/01mailrc.txt.gz': h... 21 Dec 2009 19:09
FAQ 4.62 What's the difference between "delete" and "undef" with hashes?
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 . --------... 12 Dec 2009 06:58
Unblessed reference.
I'm using Spreadsheet::WriteExcel, and (I think) I've created a reference to the worksheet. When I try to use this elsewhere I get: Can't call method ... on unblessed reference at ... This is the minumum I've been able to cut the code down to (sorry it's not shorter). The problem line is 26. As per the Spreadsh... 13 Dec 2009 05:38
FAQ 3.3 Is there a Perl shell?
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 . --------... 28 Nov 2009 00:24
FAQ 3.23 Can I write useful Perl programs on the command line?
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 . --------... 23 Nov 2009 06:18
How to get cell value excel in perl
Hi good people: I need to get value of the cell so I can split by : and do some calculation,the format of numbers is like 12:03:20. Is there any way that I can get the value of the cell in perl...thanks in advance.. my $workbook = Spreadsheet::WriteExcel->new($out); my $worksheet = $workbook->add_worksheet("Res... 20 Nov 2009 13:26
Reverse engineering of Perl Code
Hi, I have a problem with reverse engineering a perl code. I want to translate a perl code to a class diagram by Rational Rose.(i am already added the add-in RosePerl) I need help If someone have an idea to resolve this problem. Nabil ... 18 Nov 2009 20:14
First  |  Prev |  Next  |  Last
Pages: 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103