Heavy Rotation by BioFALSE

sub R{s/.//;$_.=$&}sub S{unshift@b,R$_}
$_="   I love you!  ";S;s/love/need/;S;s/need/want/;S;$,="\n";
for(1..48){push@b,shift@b;R$_ for@b;print@b,"\n"}

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

download

return to the top page