Perl language structure: Difference between revisions

Content deleted Content added
m Data types: {{code}}
 
(3 intermediate revisions by 2 users 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==