Help for this page

Select Code to Download


  1. or download this
    perl -le'%h=(), undef @h{split"",$_}, keys %h == 3 and print for "0000
    +".."9999"'
    
  2. or download this
    #!/usr/bin/perl -lw
    use strict;
    ...
        undef @h{split'',$_};
        keys %h == 3 and print;
    }