楽(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で実行されているため、システムにPerl 5.26が必要です。
- 1つのサーバーで2つのバージョンのPerlを使用できますか?
- Rakuをインストールしたら、UbuntuサーバーでRaku / Perl 5コードを実行するにはどうすればよいですか?それは私が言及する必要がありますのようなものです
use Perl 5.26;
冒頭で?デフォルトではどのバージョンのPerlが必要ですか? - Rakuコードを実行するにはどうすればよいですか?
2
「1つのサーバーに2つのバージョンのPerlをインストールできますか?」については、はい、ただしPerl 6 / RakuはPerlのバージョンではありません。まったく新しい言語です。
—
池上
@ikegami:ありがとう。同じサーバーに5.24と5.26の2つのバージョンのPerlがありますか?
—
vinodk89
それを行うことができます。私は12のバージョンを持っています。Perlは任意のディレクトリにインストールできます。を使用
—
ikegami
perlbrew
してインストールできます