in reply to Re: reverse function
in thread reverse function

Right , like perldoc -f reverse says

print join(", ", reverse "world", "Hello"); # Hello, world
print scalar reverse "dlrow ,", "olleH"; # Hello, world

 <tt><b>[doc://perldoc]</b> -f [doc://reverse]</tt> says