Home > Archive > PERL CGI Beginners > February 2006 > How to use Perl function system in a Windows environment?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to use Perl function system in a Windows environment?
|
|
| Mary Anderson 2006-01-31, 6:55 pm |
|
OK, this isn't strictly a CGI question, but I would like to do a couple of
things from my perl/CGI script
One is to run an EXCEL macro on an EXCEL spreadsheet.
Another is to send mail to a user automatically from my web application.
I know how to do this in UNIX -- how do I do it in WINDOWS? (WINDOWS XP)
Mary
| |
| Zentara 2006-02-08, 8:53 am |
| On Tue, 31 Jan 2006 15:46:24 -0800 (PST), mfanderson@ucdavis.edu ("Mary
Anderson") wrote:
>
>OK, this isn't strictly a CGI question, but I would like to do a couple of
>things from my perl/CGI script
> One is to run an EXCEL macro on an EXCEL spreadsheet.
http://perlmonks.org?node_id=527050
> Another is to send mail to a user automatically from my web application.
>I know how to do this in UNIX -- how do I do it in WINDOWS? (WINDOWS XP)
>Mary
http://perlmonks.org/?node=294348
That may be what you are looking for? Otherwise, the various Mail
modules should work?
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
|
|
|
|
|