in reply to Extract word
return $sequence; #return the string sequence close IN; [download]
The 'return' statement should come after the close. Otherwise the close statement will never be executed.