in reply to Its not working.. String works but not split

The "PV" lines outputted by the following code will show what Perl sees more clearly.
use Devel::Peek; Dump($string1); Dump($string2);