Vibrating rectangles: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Perl}}: Fix link: Perl 6 --> Raku)
Line 517: Line 517:
=={{header|Perl}}==
=={{header|Perl}}==
Using the core module <code>Time::HiRres</code> to get sub-second <tt>sleep</tt>
Using the core module <code>Time::HiRres</code> to get sub-second <tt>sleep</tt>
{{trans|Perl 6}}
{{trans|Raku}}


<lang perl>use utf8;
<lang perl>use utf8;