Help for this page

Select Code to Download


  1. or download this
    my $pin;
    1 while ( $pin = pin() ) =~ /\A\d{4}\z/;
    ...
    do {
        substr $digits, $_, 1, $_ for pin() =~ /\d/g;
        } until $digits =~ /\A\d{10}\z/;