Subject: | simple text correction for DBD-WMI page at cpan.org |
Date: | Wed, 20 May 2009 11:42:22 -0700 (PDT) |
To: | bug-DBD-WMI [...] rt.cpan.org |
From: | Greg Moberg <gkmoberg1 [...] yahoo.com> |
Hi,
I am using Perl5.8.3 on my WinXP-SP3 notebook and think I have spotted a simple typo in the first example given on the page for DBD-WMI. The module itself is fine; this is just an issue with the text on web page.
Under the "SYNOPSIS" section at http://search.cpan.org/~corion/DBD-WMI-0.06/lib/DBD/WMI.pm the example does not work until I change the line "my $proc = row->[0];" to "my $proc = $row[0];"
Perhaps this is because I'm on Perl5.8.3? I am too much a beginner to know. Anyway, wanted to pass this along.
With best intentions,
-gregmoberg / gkmoberg1@yahoo.com