Re: Doubled column definitions
[prev]
[thread]
[next]
[Date index for 2004/12/31]
On Thu, 30 Dec 2004 22:18:08 +0000, Tony Bowden <tony-cdbitalk@xxxxx.xxx> wrote:
> On Thu, Dec 30, 2004 at 02:00:27PM -0500, Drew Taylor wrote:
> > package main;
> > my @classes = qw(Bad Good);
> > foreach (@classes) {
> > my @columns = $_->columns;
> > print "Table: [$_] Columns [@columns]\n";
> > }
>
> With 0.96 this gives me:
>
> Table: [Bad] Columns [intro id]
> Table: [Good] Columns [intro id]
>
> I'm assuming this isn't what you see?
No it's not. See below (which includes the classes I manually setup).
I wonder if this could be a Mac OS X thing with the semi-case
sensitive filesystem?
bonnie:~/Sites/recipes drew$ perl double_columns.pl
Table: [Bad] Columns [intro id intro id]
Table: [Good] Columns [intro id]
Table: [BadManual] Columns [intro id intro id]
Table: [GoodManual] Columns [intro id]
Drew
--
----------------------------------------------------------------
Drew Taylor * Web development & consulting
Email: drew@xxxxxxxxxx.xxx * Site implementation & hosting
Web : www.drewtaylor.com * perl/mod_perl/DBI/mysql/postgres
----------------------------------------------------------------
|
(message missing)
|