Help for this page

Select Code to Download


  1. or download this
    @array = (0..9,a..z,A..Z);
    srand;
    ...
        $rand = int(rand scalar(@array));    
        push (@selected, $rand);
    }
    
  2. or download this
    for ($i; $i<5; $i++)
    {
        print "<img src='image_dir/$selected[$i].jpg' border=0>";
    }
    
  3. or download this
    $check_var = "@selected";