in reply to pops, shifts and eqs

can you provide an example of the database

Replies are listed 'Best First'.
Re^2: pops, shifts and eqs
by barrycarlyon (Beadle) on Apr 17, 2006 at 21:04 UTC
    package LSRfm::Database::Show_Passwords; use strict; use base qw(LSRfm::DBI); use Apache::Reload; __PACKAGE__->table('show_passwords'); __PACKAGE__->columns(All => qw/id password/); __PACKAGE__->set_sql(all => 'SELECT __ESSENTIAL__ FROM __TABLE__'); 1;

    Barry Carlyon barry@barrycarlyon.co.uk