Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $_,$/ for @rand;
    
  2. or download this
    perl -le'$d=shift||".";print for grep{int rand 2 and -f $_}<$d/*>'