in reply to Extract word

return $sequence; #return the string sequence close IN;

The 'return' statement should come after the close. Otherwise the close statement will never be executed.