#!/usr/bin/perl #---------------------------------------------------------------------------- # Copyright (C) 1997 Donald Delmar Davis, Depot District Computing # ALL RIGHTS RESERVED. # For further information please contact: # # Donald Delmar Davis # # EMAIL: dddavis@digithink.com # # POST: Donald Davis # Depot District Computing # 332 South D # Springfield, OR 97477 # # use necklace qw(:DEFAULT); $SD{'database'} = 'fromhell'; $SD{'table'} = 'fhusers'; $SD{'template'} = 'index.tpl'; $SD{'action'} = 'selectall'; $SD{'orderby'} = 'userno'; MAIN();