Question about comparing "lists"

2005-11-19 Thread Scott Overstreet
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

Forms for local perl scripts?

2005-07-27 Thread Scott Overstreet
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

Problem with attaching valid .xls files to emails...

2005-07-21 Thread Scott Overstreet
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