in reply to Re: Rotating a string
in thread Rotating a string

It's "in-place-able" (though of course the Perl compiler doesn't know this). If ireverse were an in-place reverse, I could write
ireverse substr($str,0,$rot); ireverse substr($str,$rot); ireverse($str);