The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
my$h=open @*ARGS[0];my@l=$h.readline();
my$i;++$i for @l;
$i=$i-10;$i=0 if$i<0;
print @l[$i..Inf]