Halt and catch fire: Difference between revisions

Content added Content deleted
(C++ entry)
(Added Perl)
Line 47: Line 47:
</pre>
</pre>
The output depends on the compiler and platform but should be similar.
The output depends on the compiler and platform but should be similar.

=={{header|Perl}}==
<lang perl>&a</lang>
{{out}}
<pre>Undefined subroutine &main::a called at line 1.</pre>


=={{header|Raku}}==
=={{header|Raku}}==