Content deleted Content added
Undid revision 1243515369 by Swinub (talk) |
|||
(One intermediate revision by one other user not shown) | |||
Line 20:
<syntaxhighlight lang="perl">
#!/usr/bin/env perl
print "Hello, World!\n";
</syntaxhighlight>
Line 376:
</syntaxhighlight>
===Anonymous functions===
{{Excerpt|
==Regular expressions==
|