Front page | perl.perl6.language |
Postings from September 2005
Re: no 6;
Thread Previous
|
Thread Next
From:
David Nicol
Date:
September 1, 2005 15:18
Subject:
Re: no 6;
Message ID:
934f64a205090110072dc51e6c@mail.gmail.com
On 9/1/05, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> wrote:
> I just commited into bleadperl a patch that implements this :
>
> $ ./perl -e 'no 5'
> Perls since v5.0.0 too modern--this is v5.9.3, stopped at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
>
> That is, the exact opposite of the current "use VERSION" syntax.
Does this mean that we have to implement perl4 compatability?
perl5 -e 'no 5; print "foobar@example.com\n"'
Thread Previous
|
Thread Next
-
no 6;
by Rafael Garcia-Suarez