Perl module: Difference between revisions

Content deleted Content added
m Reverted edits by 203.99.197.54 (talk) to last version by EmausBot
Tobyink (talk | contribs)
Examples: hello() function always includes an exclamation mark
Line 36:
 
print hello(); # prints "Hello, world!\n"
print hello("Milky Way"); # prints "Hello, Milky Way!\n"
</source>
----