Content deleted Content added
Magioladitis (talk | contribs) m clean up using AWB (9987) |
|||
Line 70:
|A piece of code that may be passed arguments, be executed, and return data.
|-
|[[Perl#
|*
|*foo
Line 78:
===Scalar values===
String values (literals) must be enclosed by quotes. Enclosing a string in double quotes allows the values of variables whose names appear in the string to automatically replace the variable name (or be '''[[
For example, if <code>$name</code> is <code>"Jim"</code>:
|