Re: Reading Excel spreadsheet into variables

2006-08-29 Thread Emil Perhinschi
I don't know about Win32::OLE, but you could use Data::Dumper to print $everything to STDERR and see how it looks inside. print STDERR Dumper $everything; On Mon, 28 Aug 2006 18:43:35 -0400 [EMAIL PROTECTED] (Stephan Gross) wrote: I'm reading in an Excel spreadsheet using Win32::OLE. I

use strict, global variables, modules

2003-09-04 Thread Emil Perhinschi
Hi! I'm writing a rather complicated script, reading bibtex (my code) and xml (XML::Grove) files etc. I have to use strict and my $variable in order to keep references in check, as there are lots of them. I want to define some global variables in the main script instead of passing them arround

Re: Editors

2002-12-18 Thread Emil Perhinschi
mcedit does a pretty good job, zile is nice, too, and low on resources :-) emil per. Paul Kraus wrote: All great info. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]