The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# A little program we can use to make sure we can control randomness.

package Flowers;

use Test::Random;

print int rand(100_000);