mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
|
perl
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
Perl is a family of two high-level, general-purpose, interpreted, dynamic
|
||
|
programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also
|
||
|
referred to its redesigned "sister language", Perl 6, before the latter's name
|
||
|
was officially changed to Raku in October 2019. [0]
|
||
|
|
||
|
Upstream: https://www.perl.org/
|
||
|
|
||
|
|
||
|
[000] Index
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
* Installation ........................................................... [001]
|
||
|
* Usage .................................................................. [002]
|
||
|
* References ............................................................. [003]
|
||
|
|
||
|
|
||
|
[001] Installation
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
+------------------------------------------------------------------------------+
|
||
|
| |
|
||
|
| $ kiss b perl |
|
||
|
| |
|
||
|
+------------------------------------------------------------------------------+
|
||
|
|
||
|
|
||
|
[002] Usage
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
Refer to the manual pages and command help output.
|
||
|
|
||
|
|
||
|
[003] References
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
[0] https://en.wikipedia.org/wiki/Perl
|
||
|
|