Perl language structure: Difference between revisions

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|AnonymousExamples functionof anonymous functions|Perl 5|subsections=yes}}
 
==Regular expressions==