Re: Writing to a file

2002-02-16 Thread Briac Pilpré
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

RE: Writing to a file

2002-01-31 Thread Bill Akins
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).

RE: Writing to a file

2002-01-31 Thread MECKLIN, JOE (ASI)
:[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

RE: Writing to a file

2002-01-31 Thread Timothy Johnson
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

Re: Writing to a file

2002-01-31 Thread Bill Akins
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

RE: Writing to a file

2002-01-31 Thread Lance Prais
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

RE: Writing to a file

2002-01-31 Thread John Edwards
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

Re: writing to a file

2001-12-29 Thread John W. Krahn
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]

RE: writing to a file

2001-12-28 Thread Johnson, Shaunn
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

RE: writing to a file

2001-12-28 Thread Lance Prais
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]