How come this does not work?

if ($file_list =~ $file_to_excl)

I expect this to be true if $file_list contains the string in
$file_to_excl - what am I missing?

I also tried

if ($file_list =~ m/($file_to_excl)/)

any help?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to