On Mon, Jan 21, 2002 at 06:13:38PM -0800, Paul Makepeace wrote:
[MY RANT]
> 
> Guilty as charged, although I'm sure it was unintentional -- a product
> of banging out the original script in about five minutes...
> 

Ah, you work for an ISP :)

> > How about:
> > 
> > next unless
> >   /^[^#]*<VirtualHost/
> >   ..
> >   /^[^#]*<\/VirtualHost/ && (run_analog(),1)
> > ;
> 
> That works but executes the main loop on the final pass which may/may
> not be a problem depending on the defined-ness or contents of $_ (e.g.
> opening and reading from another file with while <FH>).

Oops, that'll teach me to pick holes in other people's code late at
night :)

--
Nick

Reply via email to