Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use feature 'say';
    ...
    use open qw(:encoding(UTF-8) :std);
    use List::Util 'shuffle';
    use mygenericmodule;