Help for this page

Select Code to Download


  1. or download this
    use strict;
    use List::Util qw/shuffle/;
    ...
    my @imagearray = shuffle keys %db;
    my ($name,$url) = ($imagearray[0],$db[$imagearray[0]);
    print qq(<a href="$url"><img src="/images/$name"></a>);