Hi All,
I've one probelm.This is not related to XS.But related to perl. how can i get the string between two word in scalar variable?suppose i've variable like the following
 
$myString = "This is a test script to get the substring from a string";
 
now i want  the words between "test" and "a" i.e "script to get the sustring from"
 
how i can achieve this?
 
 
Thanks in Advance.
Sriram

Reply via email to