how do i get a file that has "all of the lines in "File 2" EXCEPT for the ones that DO match a user-ID from File 1 ?"
} # end foreach
close(F1);
close(F2);
close(F3);
close(F4);
### code ends here ###
Any help is appreciated. (May
window. Does anyone have an example of a form (such as a MS Word or HTML form) that I can run locally and submit info into a local Perl script? Thanks in advance for any help.
-- Scott Overstreet<[EMAIL PROTECTED]>
___
Perl-Win32-U
I am having a problem with properly attaching a file to an email in a Perl script. The file that I am attaching to each email is a simple tab delimited text file. The problem is that the text file looks horrible because the columns don't line up evenly. Because this is a "mass mailer" script tha