RE: hello all

2005-02-17 Thread Mike Garner
Don- Not sure if anyone has replied to you but here's my $.02: That's nearly the perfect first perl programming task. You need to look into using the system command or `` (backticks) to get system commands into a variable or readdir to read the contents of a directory. Look at arrays sort to

RE: How to send mail using ActiveState and IIS

2005-01-08 Thread Mike Garner
the link to some documentation: http://search.cpan.org/~mivkovic/Mail-Sendmail-0.79/Sendmail.pm ~Mike - Mike Garner Computer Services, WSC [EMAIL PROTECTED] voice: 970.943.3123 fax: 970.943.7069 -Original Message- From: Siegfried Heintze [mailto:[EMAIL PROTECTED] Sent

RE: Printing from a Web Browser

2004-12-01 Thread Mike Garner
-Original Message- From: Bill Stephenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Printing from a Web Browser I just spent several hours formatting a web page template with a Style Sheet only to find that when the browser sends

PERL CGI on IIS

2004-07-12 Thread Mike Garner
I've written a PERL cgi script that I'd like to use to reset a user's password within Microsoft's Active Directory. The script runs well from the command line of the web server and from any other windows box (with PERL installed). However, when it is executed from IIS, the security of IIS

OLE Permissions in CGI

2003-12-10 Thread Mike Garner
/p ); } - Mike Garner Computer Services, WSC [EMAIL PROTECTED] 970.943.3123 (voice) 970.943.7069 (fax)

RE: OLE Permissions in CGI

2003-12-10 Thread Mike Garner
? - Mike Garner Computer Services, WSC [EMAIL PROTECTED] 970.943.3123 (voice) 970.943.7069 (fax) -Original Message- From: Tom Kinzer [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:34 AM To: [EMAIL PROTECTED] Subject: RE: OLE Permissions in CGI Well, I know nothing about

HTML Anchor in CGI

2003-10-16 Thread Mike Garner
I've got a Perl CGI that sometimes gets call from a POST of a form and sometimes I'll call directly with a link, passing the necessary form value (the link is from a dynamic page) so the a href of the link looks like: http://server/cgi-bin/myscript.pl?id=value The page generated by this script