Re: sending mail to a group using perl

2003-07-15 Thread drieux
On Monday, Jul 14, 2003, at 18:18 US/Pacific, Sally Librilla wrote: Its for global group. Is this a global group or one you've set up for your personal use? At 05:37 AM 7/8/2003 +, Sally Librilla wrote: Hi, I'm send email using the Mail::SendMail module. I understand how the send To field

multipart form data

2003-07-15 Thread Anshuman Kanwar
Hi all, I am trying to process a HTTP POST using CGI.pm (appended below). The encoding is multipart/form-data. One(or more) of these parts is(are) jpg images. I an curently dumping the name = value pairs using the following program: #!/usr/bin/perl -wT use strict; use CGI; my $q = new CGI; pri

Retrieving cookie expiration date

2003-07-15 Thread Sawsan Sarandah
Greetings, Is it possible using cgi.pm or other means to extract the expiration date & time of a cookie on a remote computer? If yes, how? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]