Help for this page

Select Code to Download


  1. or download this
    s#(<img[^>]+src\s*=\s*(?:"|'))/img#$1/foo#s
    
  2. or download this
    #!/home/clive/rakudo-star/bin/perl6
    
    ...
        }
    }
    say "Really? I was thinking of $number";
    
  3. or download this
    #!/home/clive/rakudo-star/bin/perl6
    
    ...
    while $game.running {
        $game.guess( +prompt("Enter your guess:") );
    }