http://qs321.pair.com?node_id=180982


in reply to Re: How can I extract part of a string after a specific character
in thread How can I extract part of a string after a specific character

Both you and DamnDirtyApe have a .* preceeding the =. Why?
print $string =~ /=(.*)/
will do fine.

Abigail