email word attachment from html form input

2002-01-08 Thread katia goforth
hello, I am trying to take input email addresses from an html web form and email and attachment to that email address. I am using the MIME::Lite module and have no problems when shortening the script to just the mail portion and executing via command line. The problem appears to be with the inp

Re: email word attachment from html form input

2002-01-08 Thread katia goforth
n the control key to select more than one > item), in which case the script variable would be an array rather than a > scalar. > > Don't worry, this CGI approach is blistering fast. > > If it does not work then check for mismatch between script and form element > names. &

searching file and printing output

2002-01-10 Thread katia goforth
hello, i have a file with contact information for a bunch of people (sometimes other info) name: katia phone: 123-456-789 I want to read through this file and grab everything after name: and the entire next like and print it in an out file like: katia,123-456-789 I can parse the file and print