in reply to Perl 5 script using perl 6 module...

If you focus on writing code that is clear, straightfoward, and in the Perl tradition, the odds are good that Perl6 will run it without change. Try to be tricky, and your tricks may be among those no longer supported.

As a fringe benefit, your clear, readable code will be easier to re-inplement, should that become necessary, and will be easier to maintain for another ten years, should it continue to run.

--
TTTATCGGTCGTTATATAGATGTTTGCA

  • Comment on Re: Perl 5 script using perl 6 module...