Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: pops, shifts and eqs

by zer (Deacon)
on Apr 17, 2006 at 21:02 UTC ( [id://543918]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543918]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found