🖥️perl6
➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the perl6 command with important options and switches using examples.
2 minute read
▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁
# ██████╗ ███████╗██████╗ ██╗ ██████╗
# ██╔══██╗██╔════╝██╔══██╗██║ ██╔════╝
# ██████╔╝█████╗ ██████╔╝██║ ███████╗
# ██╔═══╝ ██╔══╝ ██╔══██╗██║ ██╔═══██╗
# ██║ ███████╗██║ ██║███████╗╚██████╔╝
# ╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═════╝
# perl6
# The Perl 6 Language Implementation
# to install perl6 (in Debian/Ubuntu)
apt-get install rakudo
# To install rakudobrew and zef (perl 6 package management)
git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
export PATH=~/.rakudobrew/bin:$PATH
# or fish shell: set -U fish_user_paths ~/.rakudobrew/bin/ $fish_user_paths
rakudobrew init # Instructions for permanent installation.
# to install vm:
rakudobrew list-available
rakudobrew build moar 2017.12
# to install package manager zef
rakudobrew build zef
# after zef is installed you can build and install perl6 packages
zef install p6doc
# After you have installed new modules and scripts with zef or panda
# to make the scripts available in ~/.rakudobrew/bin and thus your PATH
rakudobrew rehash
# See also:
# Perl language cheat sheets at /perl6/
# list of pages: /perl6/:list
# learn perl: /perl6/:learn
# perl one-liners: /perl6/1line
# search in pages: /perl6/~keyword
Cheatsheets are an excellent complement to other information sources like Linux man-pages, Linux help, or How-To’s and tutorials, as they provide compact and easily accessible information. While man-pages and detailed tutorials often contain comprehensive explanations and extensive guides, cheatsheets summarize the most important options forthe command perl6 in a clear format. This allows users to quickly access the needed information for perl6 without having to sift through lengthy texts. Especially in stressful situations or for recurring tasks, cheatsheets for perl6 are a valuable resource to work efficiently and purposefully.
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
█║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌
██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
╚██╔═██╔╝██║ ██║██║ ██║ ╚███╔╝ █████╗ ██║ ██║
████████╗██║ ██║██║ ██║ ██╔██╗ ██╔══╝ ██║ ██║
╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
█║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.