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;
In reply to Re^2: pops, shifts and eqs
by barrycarlyon
in thread pops, shifts and eqs
by barrycarlyon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |