[18277] in Perl-Users-Digest
Perl-Users Digest, Issue: 445 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Mar 8 14:10:46 2001
Date: Thu, 8 Mar 2001 11:10:25 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Message-Id: <984078624-v10-i445@ruby.oce.orst.edu>
Content-Type: text
Perl-Users Digest Thu, 8 Mar 2001 Volume: 10 Number: 445
Today's topics:
How can i control Hardware over the RS232 with the Modu <franco@unit.net>
Re: How to get perl not to convert decimal character <mischief@velma.motion.net>
Management of restricted area, perl script jlmb@mail.ru
need an FTP manager script <todd@designsouth.net>
Re: need an FTP manager script <mail@ericmarques.net>
pack double-network-order <daniel.heiserer@bmw.de>
Re: pack double-network-order (Gwyn Judd)
Re: pi day (Anno Siegel)
Re: print abstract ('blah'); # subroutine or file handl <joe+usenet@sunstarsys.com>
Quick script question - I'm lost <rrauer@mitre.org>
Re: Regex to quote XML attributes? <matt@sergeant.org>
Re: RFC: FAQ3 update -- Using less memory <dan@tuatha.sidhe.org>
Re: RFC: FAQ3 update -- Using less memory <mischief@velma.motion.net>
Short Course Announcement <s.verkaik@ic.ac.uk>
Re: Small perl sort question <bcoon@sequenom.com>
Sorting a table john@spectragrafx.com
Re: Sorting a table (Tad McClellan)
Ties <hernux@etherac.com.ar>
Tk based alarm clock <sun_tong_001@yahoo.com>
Re: Use PERL or Java? Which is faster? <matt@sergeant.org>
Re: Use PERL or Java? Which is faster? <comdog@panix.com>
Win32:OLE and Excel97 <lawsonj1@westat.com>
Digest Administrivia (Last modified: 16 Sep 99) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 8 Mar 2001 16:30:35 +0100
From: "franco" <franco@unit.net>
Subject: How can i control Hardware over the RS232 with the Module "Serialport" or "Commport"...?
Message-Id: <9888fg$gt5$1@news1.sunrise.ch>
I have a Audio/Video Matrix where i can control over the Serialport. To
control the Matrix, i have to send em a 4 Byte long command. My Problem is
now, i can read the Input (there are only weird ASCII signs) but i have no
Idea, how i can send this 4 Byte Code directly to the Matrix. And how can
translate these weird ASCII Signs to a Binary, readable Sign...??
Franco@unit.net is a new, filled with enthusiasm Perl User and i would be
very grateful for every help about this Problem.
------------------------------
Date: Thu, 08 Mar 2001 17:57:29 -0000
From: Chris Stith <mischief@velma.motion.net>
Subject: Re: How to get perl not to convert decimal character
Message-Id: <tafi09ehh64g11@corp.supernews.com>
Brian <dersgniw@fuse.net> wrote:
> I'm trying to write a CGI program that is passing around a list of | (pipe)
> separated values.
> ie - a|b|c
> The problem is these values can contain pipes. Perl (or the webserver?)
> converts the "|" to "%7C" when passed. I figured I could modify the input
[...]
> Any ideas would be apprecated.
Here's my idea:
use CGI;
The CGI or CGI::Lite modules will give you strings that are decoded
properly when you grab the forma data using them, and will encode
them properly when you get ready to send them back to the browser.
Chris
--
Christopher E. Stith
The purpose of a language is not to help you learn the
language, but to help you learn other things by using the
language. --Larry Wall, The Culture of Perl, August 1997
------------------------------
Date: Thu, 08 Mar 2001 09:57:48 +0000
From: jlmb@mail.ru
Subject: Management of restricted area, perl script
Message-Id: <rileatkqh4f065umjv2m42cstm7tpgcnck@4ax.com>
Hi,
I need a Perl script which is able to manage a file of users for
restricted areas on a Unix server.
I want the protected area to be in a non-viewabl directory (for
example inside cgi-bin). Users with the right log/pw access the html
files, and are able to run some scripts inside the same protected
directory.
All this with a good interface to manage the file of users, and the
possibility to allow each authorized user to access "his" own
directory.
That's all. :-)
After visiting dozens of sites of perl.cgi scripts, trying more than
20, I found "protect", a nice one from Maze FreeWare
(http://www.maze.se/freeware). It has all the features, UNLESS that
the users can't run a script in the protected area where they are.
If you know what I am looking for, that would be great !
Thanks,
Slava
------------------------------
Date: Thu, 08 Mar 2001 17:08:00 GMT
From: "Todd Smith" <todd@designsouth.net>
Subject: need an FTP manager script
Message-Id: <Q%Op6.25488$YF4.5082647@news1.rdc1.tn.home.com>
Does anyone know of a perl script that can manage directories, usernames,
passwords, and file uploads/downloads for a site, so a user can upload and
download from the browser or an ftp program, but only have access to their
own directories?
------------------------------
Date: Thu, 08 Mar 2001 18:11:38 GMT
From: "Eric" <mail@ericmarques.net>
Subject: Re: need an FTP manager script
Message-Id: <uXPp6.12034$PF4.17457@news.iol.ie>
www.ericscgi.com
FTC 1.0 Beta 2
"Todd Smith" <todd@designsouth.net> wrote in message
news:Q%Op6.25488$YF4.5082647@news1.rdc1.tn.home.com...
> Does anyone know of a perl script that can manage directories, usernames,
> passwords, and file uploads/downloads for a site, so a user can upload and
> download from the browser or an ftp program, but only have access to their
> own directories?
>
>
------------------------------
Date: Thu, 08 Mar 2001 16:55:01 +0100
From: Daniel Heiserer <daniel.heiserer@bmw.de>
Subject: pack double-network-order
Message-Id: <3AA7AB55.FE1A1888@bmw.de>
Hi,
I looked at the template list for pack and I didn't find
how to pack a double using the network-order , which is IEEE-be.
Does anybody how this can be achieved?
Would it work if I pack native "double" format first, then unpack
to native long, which means twice as many values, and the pack
again using long in "network/ieee-be" order?
lots of packunpackpack....
thanks daniel
------------------------------
Date: Thu, 08 Mar 2001 18:53:03 GMT
From: tjla@guvfybir.qlaqaf.bet (Gwyn Judd)
Subject: Re: pack double-network-order
Message-Id: <slrn9afliq.334.tjla@thislove.dyndns.org>
I was shocked! How could Daniel Heiserer <daniel.heiserer@bmw.de>
say such a terrible thing:
>Hi,
>I looked at the template list for pack and I didn't find
>how to pack a double using the network-order , which is IEEE-be.
>
>Does anybody how this can be achieved?
>Would it work if I pack native "double" format first, then unpack
>to native long, which means twice as many values, and the pack
>again using long in "network/ieee-be" order?
I think you will find that it is easier to send floating point variables
either in ASCII or as fixed point depending on your need. This is more
portable as floating point numbers tend to be stored in different
formats on different platforms. There is the 'd' output format which
packs a double but only in native order.
--
Gwyn Judd (print `echo 'tjla@guvfybir.qlaqaf.bet' | rot13`)
Sex is the mathematics urge sublimated.
-- M. C. Reed.
------------------------------
Date: 8 Mar 2001 15:09:14 GMT
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: pi day
Message-Id: <9887aq$qka$3@mamenchi.zrz.TU-Berlin.DE>
According to Chris Stith <mischief@velma.motion.net>:
> Ilmari Karonen <iltzu@sci.invalid> wrote:
> > In article <taatr2pan9q5ad@corp.supernews.com>, Chris Stith wrote:
[...]
> > pints would be likely to arrive empty.
> p.s. How many swallows does it take to carry a pint?
...and how many to empty one?
Anno
------------------------------
Date: 08 Mar 2001 10:39:57 -0500
From: Joe Schaefer <joe+usenet@sunstarsys.com>
Subject: Re: print abstract ('blah'); # subroutine or file handle?
Message-Id: <9INp6.3937$L67.91840@news1.atl>
"Alexander Farber (EED)" <eedalf@eed.ericsson.se> writes:
> Tad McClellan wrote:
> > Alexander Farber (EED) <eedalf@eed.ericsson.se> wrote:
> > >
> > > print abstract ('blah');
> >
> > The problem occurs because at this point in the parsing, perl
> > does not know of any subroutine named 'abstract'. If it did
> > know that you would be defining such a subroutine, then it
> > would do the Right Thing.
>
> But I also haven't opened any file handle called
> "abstract". So the perl-parser is not consistent here.
From perlsub:
To call subroutines:
NAME(LIST); # & is optional with parentheses.
>>>>>> NAME LIST; # Parentheses optional if predeclared/imported.
&NAME; # Makes current @_ visible to called subroutine.
Your problem has nothing to do with file handles.
--
Joe Schaefer "It is unbecoming for young men to utter maxims."
-- Aristotle
------------------------------
Date: Thu, 08 Mar 2001 11:41:53 -0700
From: Ron Auer <rrauer@mitre.org>
Subject: Quick script question - I'm lost
Message-Id: <3AA7D271.93E103EF@mitre.org>
I am sorting through thousands of records.
The record is something like:
day month year time host seq num ip msgtype list type
Now, I find the number of times an ip apprears in all the records so I
do:
$hits{$ip}++
And the output file looks like this:
124.156.23.01 15,349
123.155.22.02 3,444
This will give me a list of all ips and the number of times the ip was
in the records.
Now, I need to add to the number of hits, the host associated with the
ip in the record where the ip was counted so the output file would look
like:
124.156.23.01 15,349 host1, host2, host3, host4, host5
I only need to list a host name once.
Any ideas on how to accomplish this efficiently (processing time is a
concern)?
Thanks for any thoughts/ideas.
Ron
------------------------------
Date: Thu, 08 Mar 2001 15:36:17 +0000
From: Matt Sergeant <matt@sergeant.org>
Subject: Re: Regex to quote XML attributes?
Message-Id: <3AA7A6F1.A005F308@sergeant.org>
Jesse Sheidlower wrote:
>
> I have a lot of data in a flavor of SGML that I need to convert
> to XML so I can process it with XML::Parser. Most of the
> discrepancies are trivial, and I've been able to deal with them
> (for instance, the original uses "." instead of ";" as the
> terminator for entity references, so I used "s/(&\w+)./\1;/g;").
>
> But I'm having some trouble with the attributes; the original
> doesn't ever quote them, so a tag could be:
> <e date=2001 changed=no id=2938223>, and I need this to be
> <e date="2001" changed="no" id="2938223"> or XML::Parser chokes
> on it.
>
> I've tried a few different things, and every one has either
> missed some attributes or has scattered quotation marks with
> abandon throughout my data. Can someone suggest a solution?
XML Tidy will let you convert SGML to XML. You can get it from the W3C.
--
<Matt/>
/|| ** Founder and CTO ** ** http://axkit.com/ **
//|| ** AxKit.com Ltd ** ** XML Application Serving **
// || ** http://axkit.org ** ** XSLT, XPathScript, XSP **
// \\| // ** mod_perl news and resources: http://take23.org **
\\//
//\\
// \\
------------------------------
Date: Thu, 08 Mar 2001 16:10:07 GMT
From: Dan Sugalski <dan@tuatha.sidhe.org>
Subject: Re: RFC: FAQ3 update -- Using less memory
Message-Id: <z9Op6.15233$Ok4.2064422@news1.rdc1.ct.home.com>
<bbense+comp.lang.perl.misc.Mar.07.01@telemark.stanford.edu> wrote:
>
> In article <3AA56BEC.A7F9F0CD@home.com>,
> Michael Carman <mjcarman@home.com> wrote:
>>Michael Carman wrote:
>>>
>>> I decided to fix [perlfaq3.17]. In the spirit of the Perl community,
>>> I'd appreciate any comments/additions/corrections before I submit this.
>>
>>
>>=item * Clean out the trash
>>
>>If you have a variable which consumes a large amount of RAM, you may
>>want to explicitly undef() once it's no longer needed. Perl might then
>>return the additional memory back to the OS.
>>
>>=back
> - - Is this true for any OS?
Yes. It depends entirely on how the underlying C runtime allocates and
frees memory. It does happen in some circumstances on a number of
different operating systems. It doesn't generally happen on Unices,
though some versions of glibc will do this some places in some
circumstances. (Large allocations on Linux being one)
Dan
------------------------------
Date: Thu, 08 Mar 2001 16:51:31 -0000
From: Chris Stith <mischief@velma.motion.net>
Subject: Re: RFC: FAQ3 update -- Using less memory
Message-Id: <tafe4j4v9ifn44@corp.supernews.com>
Dan Sugalski <dan@tuatha.sidhe.org> wrote:
> <bbense+comp.lang.perl.misc.Mar.07.01@telemark.stanford.edu> wrote:
>>
>> In article <3AA56BEC.A7F9F0CD@home.com>,
>> Michael Carman <mjcarman@home.com> wrote:
>>>Michael Carman wrote:
>>>>
>>>> I decided to fix [perlfaq3.17]. In the spirit of the Perl community,
>>>> I'd appreciate any comments/additions/corrections before I submit this.
>>>
>>>
>>>=item * Clean out the trash
>>>
>>>If you have a variable which consumes a large amount of RAM, you may
>>>want to explicitly undef() once it's no longer needed. Perl might then
>>>return the additional memory back to the OS.
>>>
>>>=back
>> - - Is this true for any OS?
> Yes. It depends entirely on how the underlying C runtime allocates and
> frees memory. It does happen in some circumstances on a number of
> different operating systems. It doesn't generally happen on Unices,
> though some versions of glibc will do this some places in some
> circumstances. (Large allocations on Linux being one)
In particular, I have a multi-connection TCP server that allocates
a hash for meta information about every connection (user, time of
last data trasnfer, stuff like that). After a few connections end
and a new one begins (with fewer overall clients being connected than
before), then substantial portions of memory get returned to Linux.
It doesn't happen under other Unixoid OSes I'd tested, so I'd
recommend to at least consider this fact when choosing where to
implement a sealed box solution for a customer. It may be worthwhile
when developing code for distribution to test it on Linux to see if
your code takes advantage of this property.
Chris
--
Christopher E. Stith
Disclaimer: Actual product may not resemble picture in ad in any way.
------------------------------
Date: Thu, 08 Mar 2001 14:00:27 +0000
From: Sally Verkaik <s.verkaik@ic.ac.uk>
Subject: Short Course Announcement
Message-Id: <3AA7907B.4E4EAA88@ic.ac.uk>
--------------EAFAEC658B45EB6E2659EDEE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
High Frequency CMOS & Bipolar Design @ Imperial College, London, UK
2 - 6 April 2001
A 5-day course to equip electronics engineers, circuit and system
designers, and application engineers with a good appreciation of high
frequency analog design techniques, using both submicron CMOS and
complementary bipolar technologies. Suitable for those who wish to
enhance their ability to design circuits which operate with
state-of-the-art performance. Presented by Prof. Chris Toumazou and Dr.
Alison Payne from Imperial College with Prof. John Lidgey from Oxford
Brookes University.
We would be most grateful if you could pass this information on to your
colleagues who might be interested.
Further details from:
Ulrika Wernmark,
Centre for Continuing Education,
Imperial College,
Room 526 Sherfield Building,
Exhibition Road,
London SW7 2AZ, UK
or look at our website: http://www.ad.ic.ac.uk/cpd/highfreq.htm
Tel: +44(0)20 7594 6886; Fax: +44(0)20 7594 6883;
Email: u.wernmark@ic.ac.uk
--------------EAFAEC658B45EB6E2659EDEE
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
<B>High Frequency CMOS & Bipolar Design @ Imperial College, London,
UK</B>
<BR><B>2 - 6 April 2001</B>
<P>A 5-day course to equip electronics engineers, circuit and system designers,
and application engineers with a good appreciation of high frequency analog
design techniques, using both submicron CMOS and complementary bipolar
technologies. Suitable for those who wish to enhance their ability to design
circuits which operate with state-of-the-art performance. Presented by
Prof. Chris Toumazou and Dr. Alison Payne from Imperial College with Prof.
John Lidgey from Oxford Brookes University.
<P>We would be most grateful if you could pass this information on to your
colleagues who might be interested.
<P>Further details from:
<BR>Ulrika Wernmark,
<BR>Centre for Continuing Education,
<BR>Imperial College,
<BR>Room 526 Sherfield Building,
<BR>Exhibition Road,
<BR>London SW7 2AZ, UK
<BR>or look at our website: <A HREF="http://www.ad.ic.ac.uk/cpd/highfreq.htm">http://www.ad.ic.ac.uk/cpd/highfreq.htm</A>
<P>Tel: +44(0)20 7594 6886; Fax: +44(0)20 7594 6883;
<BR>Email: u.wernmark@ic.ac.uk
<BR> </HTML>
--------------EAFAEC658B45EB6E2659EDEE--
------------------------------
Date: Thu, 08 Mar 2001 10:42:39 -0800
From: Bryan Coon <bcoon@sequenom.com>
Subject: Re: Small perl sort question
Message-Id: <3AA7D29F.3EBF345A@sequenom.com>
Jay Tilton wrote:
> On 7 Mar 2001 23:31:12 GMT, abigail@foad.org (Abigail) wrote:
>
> >Bryan Coon (bcoon@sequenom.com) wrote on MMDCCXLV September MCMXCIII in
> ><URL:news:3AA6C113.664B72EC@sequenom.com>:
> >__ A small question...
> >__
> >__ With the following array:
> >__ my @list = ("5", "8", "15", "X", "7", "Y");
> >__
> >__ my @sorted = sort { $a <=> $b } @list;
> >__
> >__ works like a charm, with the exception that I get complaints that
> >__ 'Argument "Y" isn't numeric in sort at.. etc.' . This is not such a
> >__ problem, but is there a generally accepted way to use this sort after a
> >__ test for numerics? This seems simple but I was unable to find such a
> >__ test.... It is also not important that the strings are sorted.
> >
> >One way of doing it would be:
> >
> > my @sorted = sort (grep {/^\d+$/} @list), grep {/\D/ || /^$/} @list;
>
> I'd rather blame myself or my perl (ActiveState v5.6.0, build 618,
> Win32) than respectfully suggest that Abigail made a mistake, but
> something's not right with that. A different complaint is generated.
>
> sort (...) interpreted as function at ...
>
> Also, the contents of @sorted end up as (15, 5, 7, 8).
>
> This modification works.
> my @sorted = (
> (sort {$a <=> $b} grep {/^\d+$/} @list),
> (grep {/\D/ || /^$/} @list)
> );
>
> In the spirit of TMTOWTDI, my solution went like this.
> my @sorted = sort
> { ($a=~/^\d+$/?$a:1000) <=> ($b=~/^\d+$/?$b:1000) }
> @list;
>
> It does the Wrong Thing if the value of any numeric element is 1000 or
> more. Increase '1000' as necessary, or change it to something
> enormously negative if you want the string elements at the beginning
> of the sort.
That works, thanks Jay! I had the same error with Abigails solution, but had
not had time to figure it out. I also would prefer not to suppress warnings,
I am still new enough to perl that I want to see what I potentially may have
screwed up :)
Bryan
------------------------------
Date: Thu, 08 Mar 2001 16:33:40 GMT
From: john@spectragrafx.com
Subject: Sorting a table
Message-Id: <EvOp6.140767$47.2078515@news.bc.tac.net>
Hello,
I am attempting to sort a shopping cart table by the 2st column and then the 3nd column. The 2nd column is the category and the 3rd column is the record name.
Problem is that the newer records will still show up at the bottom of the list after it is sorted...any ideas would be appreciated. thank you.
john meier - john@spectragrafx.com
#Table sort by Category, then Item name
my @data = map { $_->[0] }
sort {
$a->[1] cmp $b->[1]
||
$a->[2] cmp $b->[2]
}
map { [ $_, (split /|/) [1,2]] }
@unsorteddata;
Table layout -
Product ID|Category|Item name|Description-text|Price
==================================
Posted via http://nodevice.com
Linux Programmer's Site
------------------------------
Date: Thu, 8 Mar 2001 12:03:31 -0500
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: Sorting a table
Message-Id: <slrn9afer3.dk4.tadmc@tadmc26.august.net>
john@spectragrafx.com <john@spectragrafx.com> wrote:
>
> map { [ $_, (split /|/) [1,2]] }
map { [ $_, (split /\|/) [1,2]] }
^
^
vertical bar is "meta" in regexes.
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Thu, 8 Mar 2001 14:00:37 -0300
From: "Hernux" <hernux@etherac.com.ar>
Subject: Ties
Message-Id: <988ek8$b03$1@taliesin.netcom.net.uk>
Where can i find a good tutorial of Ties.....to know how to save more
memory, and when should i use them
------------------------------
Date: 08 Mar 2001 14:06:00 -0400
From: * Tong * <sun_tong_001@yahoo.com>
Subject: Tk based alarm clock
Message-Id: <sa8ofvcxhiv.fsf@sun_tong_001.personal.yahoo.com>
Hi,
I'm planing to write a Tk based alarm clock, and make it open source
tool for the public. So the first thing I have to make sure is that
there's not such a thing out there. My research is enclosed at the
end of this email.
Do you know / heard of such program or anything similar? I'd like to
hear your comment. Thanks.
Here is what I've found and the reason that I don't like
personally:
xalarm clock: C based.
alarm clock in tkgoodstuff: too simple and not stand alone.
Beside, a search in all news in comp.lang.* on alarm/Tk turns out
nothing....
Thanks for your comment.
FYI, when I say alarm clock, I mean something you can set a time
with, and when the time goes off, it pop up and window with the
message and sound a alarm sound... When I say Tk based, I mean
either Tcl/Tk or Perl/Tk. I'm going to write it in Perl/Tk though.
--
Tong (remove underscore(s) to reply)
http://members.xoom.com/suntong001/
- All free contribution & collection & music from the heavens
------------------------------
Date: Thu, 08 Mar 2001 15:39:01 +0000
From: Matt Sergeant <matt@sergeant.org>
Subject: Re: Use PERL or Java? Which is faster?
Message-Id: <3AA7A795.A85D3E64@sergeant.org>
Thorbjørn Ravn Andersen wrote:
>
> Daniel Berger wrote:
>
> > As for speed, I have *yet* to see a Java app that was as fast or faster than Perl/Tk,
> > or Perl in general for that matter.
>
> I parse XML with Java because it is a _lot_ faster than with Perl.
Not necessarily, since Perl can interface to C based parsers. See the work
being done on Orchard right now. Though yes, in the general case and with
currently released libraries this tends to be true.
--
<Matt/>
/|| ** Founder and CTO ** ** http://axkit.com/ **
//|| ** AxKit.com Ltd ** ** XML Application Serving **
// || ** http://axkit.org ** ** XSLT, XPathScript, XSP **
// \\| // ** mod_perl news and resources: http://take23.org **
\\//
//\\
// \\
------------------------------
Date: Thu, 08 Mar 2001 11:07:55 -0500
From: brian d foy <comdog@panix.com>
Subject: Re: Use PERL or Java? Which is faster?
Message-Id: <comdog-4CBC71.11075508032001@news.panix.com>
In article <3AA75788.3CF1C6D2@bigfoot.com>, Thorbjørn Ravn Andersen
<thunderbear@bigfoot.com> wrote:
> Daniel Berger wrote:
>
> > As for speed, I have *yet* to see a Java app that was as fast or faster than Perl/Tk,
> > or Perl in general for that matter.
>
> I parse XML with Java because it is a _lot_ faster than with Perl.
do you have some benchmarks for whatever you were doing? it would
be interesting to see the relative speeds. :)
--
brian d foy <comdog@panix.com>
------------------------------
Date: Thu, 08 Mar 2001 11:53:29 -0500
From: Jim Lawson <lawsonj1@westat.com>
Subject: Win32:OLE and Excel97
Message-Id: <3AA7B909.9132B2B6@westat.com>
I'm using Per 5.005_03 and win32:OLE to create an excel 97 spreadsheet,
populate the cells with data and do some formating and charting. I've
run into a problem putting text strings greater than 1K into a single
cell. When I try, the data never gets there, Excel seems to hang and I
get an "undefined value" error the next time I reference the OLE object.
Increaing the buffer size with "$application->SetMaxBufSize(650000)"
didn't help.
I know Excel 97 supports up to 32K of text in a single cell, so don't
think this is an Excel problem.
Any ideas?
------------------------------
Date: 16 Sep 99 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 16 Sep 99)
Message-Id: <null>
Administrivia:
The Perl-Users Digest is a retransmission of the USENET newsgroup
comp.lang.perl.misc. For subscription or unsubscription requests, send
the single line:
subscribe perl-users
or:
unsubscribe perl-users
to almanac@ruby.oce.orst.edu.
| NOTE: The mail to news gateway, and thus the ability to submit articles
| through this service to the newsgroup, has been removed. I do not have
| time to individually vet each article to make sure that someone isn't
| abusing the service, and I no longer have any desire to waste my time
| dealing with the campus admins when some fool complains to them about an
| article that has come through the gateway instead of complaining
| to the source.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
To request back copies (available for a week or so), send your request
to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
where x is the volume number and y is the issue number.
For other requests pertaining to the digest, send mail to
perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
sending perl questions to the -request address, I don't have time to
answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 445
**************************************