At 15:50 29.05.2001 -0400, Brett W. McCoy wrote:
>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. :-)

You can also install your own modules in your cgi-bin (I usually stick them 
in cgi-bin/lib) and then alter your shebang line to include your own library:
#! usr/bin/perl -I./lib





Aaron Craig
Programming
iSoftitler.com

Reply via email to