我渴望学习 Raku(Perl 6) 及其语法。
我已经在我的 Ubuntu 机器上安装了 Perl 5。
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.
我想在同一个 Ubuntu 系统中安装 Raku。我有几个问题:
- 如何安装 Raku?
- 如果我安装 Raku,Perl 5.26 会被淘汰/更新吗?我想在我的系统中安装 Perl 5.26,因为有几个脚本在 Perl 5 中运行。
- 我可以在单个服务器中拥有 2 个版本的 Perl 吗?
- 如果我安装了 Raku,如何在 Ubuntu 服务器中运行 Raku/Perl 5 代码?就像我应该
use Perl 5.26;
在开头提到的那样吗?默认情况下它将使用哪个版本的 Perl? - 如何运行 Raku 代码?