Perl Program
Jump to navigation
Jump to search
A Perl Program is a software program composed of Perl statements (written in the Perl programming language) that can be accepted by a Perl interpreter.
- Context:
- It can typically be a Data Processing Program.
- It can be the basis of a Perl-based System.
- It can receive Command Line Options.
- It can range from a Perl Oneliner to a Perl Multiliner.
- Example(s):
- Counter-Example(s)
- a Python Program.
- a Java Program.
- an R Program.
- See: Software Script.