Sono impaziente di imparare Raku (Perl 6) e la sua sintassi.
Ho già installato Perl 5 nella mia macchina 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.
Voglio installare Raku nello stesso sistema Ubuntu. Ho un paio di domande:
- Come posso installare Raku?
- Se installo Raku, Perl 5.26 verrà cancellato / aggiornato? Voglio Perl 5.26 nel mio sistema perché un paio di script sono in esecuzione in Perl 5.
- Posso avere 2 versioni di Perl in un singolo server?
- Una volta, se installo Raku, come posso eseguire il codice Raku / Perl 5 nel server Ubuntu? È come dovrei menzionare
use Perl 5.26;
all'inizio? Di default quale versione di Perl ci vorrà? - Come posso eseguire il codice Raku?
perlbrew
per installarlo