What changes do I have to make on this Unix perl source code
to make it run
on Windows TIA Steve
--------------------
#!/usr/bin/perl -w
# Salter single-threaded email address salter
# (c) 2003-2007 Julian Haight, http://www.julianhaight.
com/
# All Rights Reserved under GPL: http://www.gnu.or
g/licenses/gpl.txt
# Current version available here: http://www.julianh
aight.com/salter
my($VERSION) = 'V1.5';
# Version history
# 30 Jan 07 V1.5
# add dkim and domain keys signing
# 3/2/05 V1.4
# add more verbose status reporting
# 2/10/05 V1.3
# fixed bug related to unavailable smtp/regex
# 7/19/04 V1.2
# added stripsender feature
# fixed missing newline between header & body
# 3/26/04 V1.1
# cleaned up smtp sending code, added envonly mode, added
version
# 3/12/04
# give each recipient their own, permanent random virtual
sender
# move config to user-dir, not /etc.
# 9/29/03 - changed to use only lowercase-alpha, avoid spam
filters
# Also, added final response after quit (worked without for
pine, but not
moz)
use strict; use Socket; use FileHandle; use Digest::MD5;
my($CONFIG) = ($ENV . '/.salter');
my($MAPFN) = "$CONFIG/map.txt";
my($EOL) = " |