The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/bin/bash
perl test.pl 15
for (( i=1;i<=12;i++ )); do
perl test.pl $i $1 | grep '\.'
done