Perl Program
(Redirected from Perl-based 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 Perl Command Line Options (processed by a Perl Command Line Processor.
- It can range from being a CLI-based Perl Program (such as a Perl oneliner) to being a Daemon-based Perl Program.
- It can make use of a Perl Variable.
- It can make use of a Perl Data Structure.
- It can make use of a Perl Function, such as a Perl Built-in Function.
- It can make use of a Perl Library.
- Example(s):
- Counter-Example(s)
- a Python Program.
- a Java Program.
- an R Program.
- See: Software Script, Perl Code Fragment, Perl Program Template.