On 02/12/2017 06:34 AM, Moritz Lenz wrote:
Hi,

What's the use case for converting Perl 5 to Perl 6 automatically?

If you want to use Perl 5 code from within your Perl 6 code, you can do
that through Inline::Perl5.

But automatic translation (if it works at all) typically doesn't produce
good or idiomatic code, so you should try to stay away from it.

Cheers,
Moritz

The case is, if I can't figure out the syntax in Perl 6, white a
quickie in Perl 5, translate it and see what I did wrong.

:-)

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to