sending an email attachment

2002-11-08 Thread Anthony E.
hello, i need to write a program that will send an email with some text in it as the body, and also have a word document attached to it. any suggestions on a module to do this? __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http:

Re: replacing text in a file

2002-10-09 Thread Anthony E.
my $line = 'UPDATED="06/18/2002 18:42:25"'; $line =~ s/"(.*?)"/"NOT APPLICABLE"/sig; try this. --- "Egleton, Gary" <[EMAIL PROTECTED]> wrote: > Hi, > > can you help a begnner with this?? > > I have a file with the following repeated several > times. The date and time > will vary. > > UPDATED

remove elements in one array from another...

2002-09-05 Thread Anthony E.
ie - i have two arrays (lists): @hrefs: a list of urls.. and @banned, and list of bad urls. I want to remove the @banned urls from @hrefs. How would i do this? __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

sendmail command line (without queuing)

2002-08-27 Thread Anthony E.
i want to send an email with sendmail from my perl script without queueing the email. What's the command line? Thanks, Anthony __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: [EMA

newbie: data structures

2002-07-24 Thread Anthony E.
How would I store (and access) a table of information...assuming there is a unique key 'email'...ie - These are the column names: email firstName lastName phone address1 "[EMAIL PROTECTED]" "Joe Blow" "415-555-" "123 Mayberry" "[EMAIL PROTECTED]" "John Doe" "619-555-5551" "456 Happy Ln."