Perl Source Code Item: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Redirected page to Perl Source Code)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Perl Source Code]]
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.