Command Line Interface-based Perl Program: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* <B>Context:</B> | * <B>Context:</B> | ||
** It can make use of a [[Perl Program CLI Input Processor]]. | ** It can make use of a [[Perl Program CLI Input Processor]]. | ||
* <B>Counter-Example(s):</B> | |||
** a [[bash Statement]]. | |||
* <B>See:</B> [[Command Line Interface-based Python Program]]. | * <B>See:</B> [[Command Line Interface-based Python Program]]. | ||
---- | ---- | ||
---- | ---- | ||
[[Category:Concept]] | [[Category:Concept]] |
Revision as of 07:08, 15 January 2014
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: Command Line Interface-based Python Program.