Hi,
Just say i have a variable being assigned as follow,
 
$a = abc/edf/a
i want it to search from another file for the file that contains exactly the same 
words, what i do is to modify the variable a become
$a = abc\/edf\/a and then
print if /$a/; but it failed
even if i tried print if "/$a/"; it also failed. Can anyone point out my mistake or 
show me the correct way to do this?
 
 

Thank you & best regards,

ABC

 

 

Reply via email to