On Sat, 16 Feb 2002 at 01:19 GMT, Naika - Ev1 wrote:
> I'm trying to write to a file from a 5 choice radio form and I keep
> getting this error
> Undefined subroutine &main::param called at pollresults_rg.pl line 5.
> What does that mean?
It means that the param() subroutine can't be found in th
For others who may want to see how module works...
Here is a snippet of code I used with the Write:Excel module... Was
written and run on WinNT without Excel installed on the box. It reads
in csv files into Excel file and then sets some limited formatting
(freeze panes and set column widths).
:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 10:40 AM
To: 'Lance Prais '; 'John Edwards '; 'PERL '
Subject: RE: Writing to a file
Supposedly there's a module out there called Spreadsheet::WriteExcel, but I
haven't tried it yet. That might also
Supposedly there's a module out there called Spreadsheet::WriteExcel, but I
haven't tried it yet. That might also be worth a look.
-Original Message-
From: Lance Prais
To: John Edwards; PERL
Sent: 1/31/02 9:57 AM
Subject: RE: Writing to a file
I am working on a Solaris
There is a great article you can read about using
Spreadsheet::WriteExcel and Spreadsheet::ParseExcel modules.
It can be found here:
http://www-106.ibm.com/developerworks/linux/library/l-pexcel/
HTH!
>>> "Lance Prais" <[EMAIL PROTECTED]> 01/31/02 12:45PM >>>
I have a question regarding writing
I am working on a Solaris box. So I will try the winExcel, hopefully that
will solve this.
Thank You
Lance
-Original Message-
From: John Edwards [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 7:50 AM
To: 'Lance Prais'; PERL
Subject: RE: Writing to a file
W
What OS are you running? I've included a script that uses Win32::OLE to
interface with Excel. You'll need to be on a Win32 machine, with Excel
installed.
There is also a module called Spreadsheet::WriteExcel which is platform
independant, but I have not had any experience using this.
HTH
John
Lance Prais wrote:
>
> Does anyone know how to grab the server time to include it in a file?
my $date = localtime;
Or if you want UTC:
my $date = gmtime;
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ATE, "date |";
$date=;
chop $date;
[/snip]
So maybe I'm way off on what exactly it is you're looking to do ...
-X
-Original Message-
From: Lance Prais [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 28, 2001 8:29 PM
To: Lance Prais; [EMAIL PROTECTED]
Subject: RE: wri
Does anyone know how to grab the server time to include it in a file?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
10 matches
Mail list logo