David Cantrell skribis 2004-04-13 13:16 (+0100):
> Perl 6, we are promised, will try to run "legacy" code unchanged.  How
> will it spot such legacy code?  Doing this reliably is a hard problem,
> but we can make it easier.  I suggest that people put:
>   use perl5;

Why change what already works?

    use 5;
    no 6;

It could be a special case: not throwing a fatal exception, but instead
changing the grammar to a Perl 5 compatible one.


Juerd

Reply via email to