On Sat, Jan 29, 2005 at 08:33:48PM +0100, A. Pagaltzis wrote:
> Or to put this in another way: could I write a straight regular
> expression *without* postponed expressions that is so large as to
> cause perl to segfault just as it does here?

$ perl -e '$s = 'x' x 10000; $s =~ /(a?x)*/'
Segmentation fault
$

-- 
Wesley Crusher gets beaten up by his classmates for being a smarmy git,
and consequently has a go at making some friends of his own age for a
change.
    -- Things That Never Happen in "Star Trek" #18

Reply via email to