On 7/29/2004 4:27 PM, NandKishore.Sagi wrote:
... a number of messages to a public mailing list with a receipt
notification request.
Please, don't do that.
Features such as receipt notification, message priorities, auto
responders are not appropriate for mailing lists.
Thank you,
Randy.
--
To u
: [EMAIL PROTECTED]
Subject: RE: Warnings with Spreadsheet::WriteExcel
Importance: High
I guess the script was not recieved by you guys. Here is the script I
have written.
#! /opt/3d/bin/perl -w
use strict ;
use warnings ;
use Spreadsheet::WriteExcel;
my $workbook ;
my $worksheet ;
my $format ;
my
mailto:[EMAIL PROTECTED]
Sent: Thursday, July 29, 2004 3:27 PM
To: [EMAIL PROTECTED]
Subject: Warnings with Spreadsheet::WriteExcel
Importance: High
Hi All ,
I am in process of generating some statistics f
Title: Message
Hi All
,
I am in process of generating some statistics for different unix boxes. I would
like to generate excel workbook with a single worksheet for each box. I had
written a test script to create the excel sheet. I was able to create the excel
sheet but