Break Lorem Ipsum by jonathan camacho

my $b="";my $z=0;for $*IN.slurp-rest.comb { my $r=$b.index($_,$z);print defined($r)&&$r <10 ?? $r !! $_;$z = /(" "|"\n"|"-")/ ?? 1 !! 0; $b = $_ ~ $b if /\w/ }

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page