Dave Emory wrote:
> 
> In de-dupe.pl, put this:
> ------------X---------------
> #!/usr/bin/perl -w
> use strict;
> 
> sub ltrim($);
> # Set to filename of text file
> my $infile = 'invalid.txt';
> 
> # Set $finalfile to filename of de-duped file
> my $newfile = 'recipients.txt';
> my $tempfile = 'temp.txt';
> my $finalfile = 'spamtrapaddresses2.txt';

Slight clarifications in the comment lines above.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to