On Wed, 20 Nov 2002, Dominic Mitchell wrote:

> Lusercop wrote:
> > I'm not convinced that there have never been bugs in high-level languages
> > either, and ultimately, those languages (or their compilers) are often
> > written in much lower-level languages, giving you the chance to introduce
> > bugs.
> 
> Hands up all those on this list who've found a bug in perl at some 
> point?  ;-)

I seem to be able to make just about any compiler (Perl and gcc included) 
just fold up and exit without ceremony. I don't think it's anything to do 
with my code ... *snigger*

S.

-- 
Shevek
I am the Borg.

sub AUTOLOAD{my$i=$AUTOLOAD;my$x=shift;$i=~s/^.*://;print"$x\n";eval
qq{*$AUTOLOAD=sub{my\$x=shift;return unless \$x%$i;&{$x}(\$x);};};}

foreach my $i (3..65535) { &{'2'}($i); }


Reply via email to