Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use DBI;
    use Crypt::Eksblowfish::Bcrypt qw(bcrypt_hash);
    use Math::BaseCalc;
    
  2. or download this
    sub ReadDaycode {
    
    ...
    my $Fails = $B10->to_base(substr($DC,13,2));
    return ($BoardTotal,$AvgSample,$Level,$Exp,$Fails);
    }