Hello everyone , i am trying to do the following split
I have a varibale $domain =http://www.ash.com and in $a =http://www.ash.com/ed/example/one.html, i need to split so that i can strip of http;//www.ash.com so i can get the value as "/ed/example/one.html, this is what i am doing below
$b = split(/$domain//,$a); but i get an error saying
syntax error ,
can anyone provide me some help
thank you