Perl Source Code Item: Difference between revisions
Jump to navigation
Jump to search
(Redirected page to Perl Source Code) |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Perl Code Source Item]] is a [[source code item]] written in a [[Perl programming language]]. | |||
* <B>Context:</B> | |||
** It can be used part of a [[Perl Program]] or a [[Perl Library]]. | |||
* <B>Example(s):</B> | |||
** a [[Perl Coding Example]], such as <code>@Array=([1,0],[0,1]);</code> | |||
** a [[Perl Program]]. | |||
* <B>Counter-Example(s):</B> | |||
** a [[Perl Library]]. | |||
** a [[Perl Interpreter]]. | |||
** an [[R Code Item]], [[Scala Code Item]], ... | |||
* <B>See:</B> [[Perl Application Development Framework]]. | |||
---- | |||
---- | |||
[[Category:Concept]] |
Revision as of 17:30, 16 March 2014
A Perl Code Source Item is a source code item written in a Perl programming language.
- Context:
- It can be used part of a Perl Program or a Perl Library.
- Example(s):
- a Perl Coding Example, such as
@Array=([1,0],[0,1]);
- a Perl Program.
- a Perl Coding Example, such as
- Counter-Example(s):
- a Perl Library.
- a Perl Interpreter.
- an R Code Item, Scala Code Item, ...
- See: Perl Application Development Framework.