[MacPerl]Perform RegEx on HTML files outside the tags

2003-01-16 Thread Detlef Lindenthal
### What is the best way to search and replace in a .html-document ### all text outside HTML-tags? ### Would HTML::Parser be of any avail for this task? ### All hints are welcome. ### Detlef ### In the following approach I only capitalize ### all text . (Actually I have to do some

Re: [MacPerl] out of memory

2003-01-16 Thread Bruce Van Allen
Oops, I accidentally sent this only to Bart. Still getting used to OS X's Mail.app quirks... On Wednesday, January 15, 2003, at 08:16 AM, Bart Lateur wrote: On Wed, 15 Jan 2003 03:25:11 +0100 (MET), Louis Pouzin wrote: Is there a way to handle the error condition "out of memory" ? This may occ

Re: [MacPerl] how to get image sizes of gif and jpeg files

2003-01-16 Thread Nobumi Iyanaga
Hello Chris, On Thursday, January 16, 2003, at 09:37 AM, Chris Nandor wrote: The Image::Size module on the CPAN should help you. Thank you for your reply. Yes, it worked -- although I had to tweak somehow the source: replace the end of lines with cr, comment out the lines "use AutoLaoder"