On Tue, 29 May 2001, Mark Ross wrote:
> I was wondering, is there a nice way to have folks
> fill out a form, include a file and email that to an
> inputed email address? I was thinking of the cliche
> "Email a Friend a Postcard."
>
> I do have no catch ... I can't use any non-standard
> Perl modules ... our ISP isn't playing nice about
> installing things.
What is your definition of non-standard? You can easily do this with
CGI.pm. If your ISP's installation doesn't include CGI.pm, then you
should find another ISP. :-)
-- Brett