in reply to Re: Finer points of Class::DBI
in thread Finer points of Class::DBI

print join(', ', $area->name, $stat.name, $stat->disk,

Perhaps you mean $stat->name instead of $stat.name?

Replies are listed 'Best First'.
Re^3: Finer points of Class::DBI
by cleverett (Friar) on Sep 14, 2004 at 05:59 UTC
    Heh, been spending too much time with Template Toolkit.
      I thought you were getting ready for perl 6... :)