Command Line Interface-based Perl Program: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Command Line Interface-based Perl Program is a Perl program that is a CLI-based Program. * <B>See:</B> Command Line Interface-based Python Program. ---- ----") |
m (Text replacement - "xam ple" to "xample") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[Command Line Interface-based Perl Program]] is a [[Perl program]] that is a [[CLI-based Program]]. | A [[Command Line Interface-based Perl Program]] is a [[Perl program]] that is a [[CLI-based Program]]. | ||
* <B> | * <B>Context:</B> | ||
** It can make use of a [[Perl Program CLI Input Processor]]. | |||
** … | |||
* <B>Counter-Example(s):</B> | |||
** a [[bash Script]]. | |||
** a [[GUI-based Perl Program]]. | |||
** a [[Command Line Interface-based Python Program]]. | |||
** a [[Command Line Interface-based Scala Program]]. | |||
* <B>See:</B> [[Perl Oneliner]]. | |||
---- | ---- | ||
---- | ---- | ||
__NOTOC__ | |||
[[Category:Concept]] |
Latest revision as of 06:47, 7 January 2023
A Command Line Interface-based Perl Program is a Perl program that is a CLI-based Program.
- Context:
- It can make use of a Perl Program CLI Input Processor.
- …
- Counter-Example(s):
- See: Perl Oneliner.