Re: HTML::Parser

2003-08-14 Thread Rhys Hopkins
Joel Bernstein wrote: On Mon, Aug 04, 2003 at 05:08:39PM +0100, Rhys Hopkins wrote: Whilst "Data Munging with Perl" is, of course, a fine book, in With a fine title. Following the recent discussion on the pronunciation of regex / regexp, this is something that has intrigued me for

Re: HTML::Parser

2003-08-04 Thread Rhys Hopkins
> > Whilst "Data Munging with Perl" is, of course, a fine book, in With a fine title. Following the recent discussion on the pronunciation of regex / regexp, this is something that has intrigued me for some time, mung - ing as in mung beans, or munj - ing as in sponge ? Put another way do you mu

Re: The joys of CPAN

2003-04-02 Thread Rhys Hopkins
Robin Berjon wrote: Rhys Hopkins wrote: Can anyone tell me why I regularly get the error message "Can't locate bytes.pm in @INC (@INC contains: ..." when trying to install modules from CPAN, during the 'make test' phase ? Is it possible that you are dealing with mod

The joys of CPAN

2003-04-02 Thread Rhys Hopkins
Can anyone tell me why I regularly get the error message "Can't locate bytes.pm in @INC (@INC contains: ..." when trying to install modules from CPAN, during the 'make test' phase ? Regards, Rhys.

Re: XML::Parser - using object methods as handlers

2003-03-07 Thread Rhys Hopkins
darren chamberlain wrote: * Rhys Hopkins [2003-03-07 12:00]: You can pass anonymous subroutines that contain references to your object as the handlers. For example: wicked!... excellent!... superbo!!... muchos gracias! (wishes he had asked earlier and saved hours of frustration) Many thanks

XML::Parser - using object methods as handlers

2003-03-07 Thread Rhys Hopkins
Hi, Please excuse the bumbling ineptitude which typifies my (thankfully) rare submissions to this list. On the previous previous occasions I have asked questions, the answer has been embarrassingly straightforward. I am kind of hoping for the same this time. (Also please excuse if there is a d

RE: Undefining END block ?

2003-02-13 Thread Rhys Hopkins
> Hope this helps, Yep, this is great - much tidier than my solution, Thanks, Rhys. ... *** Visit us at http://www.culver-tec.com DISCLAIMER & CONFIDENTIALITY NOTICE This email and

Undefining END block ?

2003-02-12 Thread Rhys Hopkins
Is there a way to undefine your END block once it has been defined? I am creating an XML "session" with a remote HTTP server, at the beginning of which I am given a session token which must be submitted with every subsequent transaction. After the last transaction I send a close session command

RE: New York, New York

2002-12-12 Thread Rhys Hopkins
> Coney Island (not an island) With a funfair also, if I am not mistaken, which makes it just like Barry Island only not so classy. *** Visit us at http://www.culver-tec.com DISCLAIMER & CON

RE: Perl/COM/DCOM

2002-05-15 Thread Rhys Hopkins
gt;>Simon Wilcox wrote: > >> > >>>On Mon, 13 May 2002, Rhys Hopkins wrote: > >>> > >>> > >>>>an application written in perl on another (linux) box. It > >>>>would still need to talk to the second application via DCOM. >

Perl/COM/DCOM

2002-05-14 Thread Rhys Hopkins
I have been asked to investigate replacing an existing application written in VB that talks to another application on the same Win32 box using COM/DCOM, with an application written in perl on another (linux) box. It would still need to talk to the second application via DCOM. Can anyone tell me

[OT] Memory Usage in Perl Programs

2002-04-03 Thread Rhys Hopkins
Sorry to lower the tone of the conversation, but is anyone amongst your esteemed ranks able to help an inexperienced Perl programmer ? Is there, from within a perl program, a mechanism to show the total amount of memory the program is using at any given point ? Regards, Rhys Hopkins. Culver