The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
$x = 1;
print "1\n";

$x = 2;
print "2\n";

$x = 3;
print "3\n";

$x = 4;
print "4\n";

$x = 5;
print "5\n";

$x = 6;
print "6\n";

$x = 7;
print "7\n";