in reply to regex to reverse string
my $str = reverse 'a string'; print $str; __output__ gnirts a [download]
_________broquaint