Front page | perl.perl5.porters |
Postings from August 2001
Re: Pluggable optimizer
Thread Previous
|
Thread Next
From:
Chris Nandor
Date:
August 1, 2001 19:13
Subject:
Re: Pluggable optimizer
Message ID:
pudge-D064F1.22135601082001@onion.valueclick.com
In article <20010801135702.I10442@netthink.co.uk>,
simon@netthink.co.uk (Simon Cozens) wrote:
> Check out optimizer.pm on CPAN. With the following core patch,
> you can do things like
>
> use optimizer extend => sub {
> my $op = shift;
> warn "Goto considered harmful" if $op->name eq "goto";
> }
Why do we need perl 6, again? ;-)
--
Chris Nandor pudge@pobox.com http://pudge.net/
Open Source Development Network pudge@osdn.com http://osdn.com/
Thread Previous
|
Thread Next