Help for this page

Select Code to Download


  1. or download this
    my $string = "It's a cat and mouse game.";
    $string=join'',map{$_ x rand 3}split//,$string;
    ...
    $string = "It's a cat and mouse game.";
    $string=join'',map{$_ x (1 + rand 3)}split//,$string;
    print "$string\n";
    
  2. or download this
    It'ss a caatt  aannoouuss  gaae
    It'''sss aa  cccaaattt   and mmmoussseee gggaaammee...