var $haystack = abcdefghijklm var $needle = g var $portion = call strrchr $haystack=$haystack; $needle=$needle print haystack = $haystack print needle = $needle print portion = $portion