Estoy ansioso por aprender Raku (Perl 6) y su sintaxis.
Ya tengo instalado Perl 5 en mi máquina Ubuntu.
vinod@ubuntu-s-1vcpu-1gb-nyc1-01:~$ perl -v
This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi
(with 67 registered patches, see perl -V for more detail)
Copyright 1987-2017, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Quiero instalar Raku en el mismo sistema Ubuntu. Tengo un par de preguntas:
- ¿Cómo puedo instalar Raku?
- Si instalo Raku, ¿se borrará / actualizará Perl 5.26? Quiero Perl 5.26 en mi sistema porque se están ejecutando un par de scripts en Perl 5.
- ¿Puedo tener 2 versiones de Perl en un solo servidor?
- Una vez que instalo Raku, ¿cómo puedo ejecutar el código Raku / Perl 5 en el servidor Ubuntu? ¿Es como debería mencionar
use Perl 5.26;
al principio? Por defecto, ¿qué versión de Perl tomará? - ¿Cómo puedo ejecutar el código Raku?
perlbrew
para instalarlo