Chaocipher: Difference between revisions

m
→‎{{header|Perl}}: oops, variable declarations added
m (→‎{{header|Perl}}: strict/warnings, replace typeglob syntax)
m (→‎{{header|Perl}}: oops, variable declarations added)
Line 2,473:
<syntaxhighlight lang="perl" line>use strict;
use warnings;
my(@left,@right,$e_msg,$d_msg);
 
sub init {
2,392

edits