First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Need Google AdSense Account
Need Google AdSense Account Looking For Google AdSense Account Approval. You Came To The Right Place. Just Visit This & Get Your Google AdSense Account , http://newadsenseaccount.wordpress.com/2010/08/10/need-google-adsense-account/ More Details : I am Approving Google AdSense Accounts F... 10 Aug 2010 03:40
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... 10 Aug 2010 11:20
FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
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 . --------... 10 Aug 2010 00:28
Matrix Ops with Rational Output
All, I have no experience with Perl modules that do linear algebra. I've searched CPAN and see several. Can someone advise me on what to use? I'd like to have the ability to start with a matrix with integer entries, put it in reduced row echelon form, with all of the entries as rational numbers, such as: ... 10 Aug 2010 10:12
OO instantiate
I have a new and execute method in my module. I want to propogate the args from new to execute, but i get a null variable, plz see below: package Cmtname; use Stnet::DBH; sub new { my ($class, %opts) = @_; my $self = \%opts; bless $self, $class; return $self; } sub execute { my ... 10 Aug 2010 06:54
FAQ 3.10 Is there an IDE or Windows Perl Editor?
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 . --------... 9 Aug 2010 19:00
setting path in command window using perl
Hi, here is my problem. I have a perl script that executes multiple command line calls as follows: system("XCOPY", "$s_currentWorkingDirectory\\KCPSM3.EXE", $s_tempLocation, "/R", "/Y") == 0 or die "File KCPSM3.EXE could not be copied: $!\n"; system("XCOPY", "$s_currentWorkingDirectory\\ROM_form.coe", $s_tempL... 10 Aug 2010 00:28
Makefile.PL / ExtUtils::MakeMaker refuses to pick up files in /bin
On 2010-08-05, Klaus <klaus03(a)gmail.com> wrote: unless ($^O eq 'MSWin32' or $^O eq 'linux') { � � die "Error-0010: File::Vctools can only run on \$^O = 'MSWin32' or 'linux', but found \$^O = '$^O'"; } Why do you think so?! Well, the package "File::Vctools" installs some *.pl script... 9 Aug 2010 16:47
FAQ 2.10 Where should I post source code?
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 . --------... 9 Aug 2010 12:18
FAQ 4.38 Why don't my <<HERE documents work?
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 . --------... 9 Aug 2010 06:49
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13