Help for this page
"(?<!pattern)" A zero-width negative look-behind assertion. For exa +mple "/(?<!bar)foo/" matches any occurrence of "foo" that +does not follow "bar". Works only for fixed-width look-behind +.
$/ = q#(\w)# ; sub sig { print scalar reverse join ' ', @_ } + sig map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu +" );