Raku (Perl 6)와 그 구문을 배우고 싶어합니다.
우분투 컴퓨터에 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.
동일한 우분투 시스템에 Raku를 설치하고 싶습니다. 몇 가지 질문이 있습니다.
- Raku를 어떻게 설치합니까?
- Raku를 설치하면 Perl 5.26이 지워지거나 업데이트됩니까? 몇 개의 스크립트가 Perl 5에서 실행 중이기 때문에 시스템에서 Perl 5.26을 원합니다.
- 단일 서버에 2 가지 버전의 Perl을 사용할 수 있습니까?
- Raku를 설치하면 Ubuntu 서버에서 Raku / Perl 5 코드를 어떻게 실행할 수 있습니까?
use Perl 5.26;
처음에 언급해야 합니까? 기본적으로 어떤 버전의 Perl이 필요합니까? - Raku 코드를 어떻게 실행할 수 있습니까?
2
Re " 단일 서버에 두 가지 버전의 Perl을 사용할 수 있습니까? ", 예. 그러나 Perl 6 / Raku는 Perl의 버전이 아닙니다. 아주 새로운 언어입니다.
—
ikegami
@ikegami : 감사합니다. 같은 서버에 두 가지 버전의 Perl, 즉 5.24 및 5.26이 있습니까?
—
vinodk89
할 수 있습니다. 12 가지 버전이 있습니다. 모든 디렉토리에 Perl을 설치할 수 있습니다. 당신은
—
ikegami
perlbrew
그것을 설치하는 데 사용할 수 있습니다