Gossamer Forum
Quote Reply
Script Request
Hi, can someone write me a PERL script that does this?

For every NON-REGISTERED USER created before DATE (specified on command line)

{

Get email address of user record.
Move email address to LSQL custom list named LIST (specified on command line)
Delete non-registered user record.

}

email me at scorpioncapital@shaw.ca with your price quote.

Thanks, Alex
Quote Reply
Re: [scorpioncapital] Script Request In reply to
Hi,

Do you need to do this often?

You can probably do this with a simple select query, and a select into query for putting the stuff into the new table.

If you know MySQL/SQL the Mysql docs should have enough examples to do this.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.