Category:Perl
From Rosetta Code
Perl
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Perl.
This programming language may be used to instruct a computer to perform a task.
| Execution method: | Compiled (bytecode) |
|---|---|
| Garbage collected: | No |
| Parameter passing methods: | By reference |
| Type strength: | Weak |
| Type expression: | Implicit |
| Type checking: | Dynamic, Static |
| Lang tag(s): | perl |
| See Also: |
Your Help Needed
If you know Perl, please write code for some of the tasks not implemented in Perl.
Perl is both the name of a programming language and the name of the primary implementation of that language.
If you know Perl, please write code for some of the tasks not implemented in Perl.
As a language, it takes the best from other programming languages such as BASIC, Lisp, C and the Unix tools sed, AWK and the UNIX shell. It is particularly suited for Unix systems programming, text processing and gluing heterogeneous programs together. Its interpreter is called perl. Perl has seen five major revisions, and a sixth is currently being worked on.
The implementation known as Perl is available on a wide variety of mostly UNIX-based operating systems.
[edit] Citations
Subcategories
This category has the following 4 subcategories, out of 4 total.
Pages in category "Perl"
The following 546 pages are in this category, out of 546 total.
Categories:
- Execution method/Compiled/Bytecode
- Garbage collection/No
- Parameter passing/By reference
- Typing/Weak
- Typing/Expression/Implicit
- Typing/Checking/Dynamic
- Typing/Checking/Static
- Programming Languages
- Programming paradigm/Dynamic
- Programming paradigm/Imperative
- Programming paradigm/Procedural
- Programming paradigm/Reflective
- Programming paradigm/Functional
- Programming paradigm/Object-oriented
- Programming paradigm/Generic
- Codepad languages