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
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.
&
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