in reply to Re: Perl 6
in thread Perl 6
Unfornatly, that turns out not to be the case. You can convert perl5 to perl6 fairly easily in terms of code flow and such. However, changes like . to _ for concatanation and -> to '.' mean that you'll have to change all you code.
Have hope, though. Perl6 should be powerful enough to redefine operators. That means "use perl5" should be able to be written in fairly simple perl6 and be able to provide the perl5 semantic of -> (mostly) and '.'.
Thanks,
James Mastros,
Just Another Perl Scribe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: Perl 6
by tilly (Archbishop) on Jan 15, 2002 at 09:04 UTC | |
by theorbtwo (Prior) on Jan 15, 2002 at 09:49 UTC | |
by tilly (Archbishop) on Jan 15, 2002 at 09:53 UTC | |
by theorbtwo (Prior) on Jan 15, 2002 at 09:59 UTC |