Skip Menu |

This queue is for tickets about the DBD-WMI CPAN distribution.

Report information
The Basics
Id: 46254
Status: resolved
Priority: 0/
Queue: DBD-WMI

People
Owner: Nobody in particular
Requestors: gkmoberg1 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Somehow this report fell through the cracks, but it has been reported again and will be fixed in 008 Sorry for taking 8 years to address this report