Re: Doubled column definitions

[prev] [thread] [next] [Date index for 2004/12/31]

From: Drew Taylor
Subject: Re: Doubled column definitions
Date: 01:29 on 31 Dec 2004
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)

Doubled column definitions
Drew Taylor 05:21 on 30 Dec 2004

Re: Doubled column definitions
Tony Bowden 09:55 on 30 Dec 2004

Re: Doubled column definitions
Drew Taylor 13:45 on 30 Dec 2004

Re: Doubled column definitions
Tony Bowden 18:24 on 30 Dec 2004

Re: Doubled column definitions
Drew Taylor 19:00 on 30 Dec 2004

Re: Doubled column definitions
Drew Taylor 19:59 on 30 Dec 2004

Re: Doubled column definitions
Tony Bowden 22:18 on 30 Dec 2004

Re: Doubled column definitions
Drew Taylor 01:29 on 31 Dec 2004

Generated at 12:15 on 16 Jan 2005 by mariachi v0.52