15:58 >perl -wE "my $line = 'xyz'; my $var1 = ''; say 'Match' if $line =~ /$var1/i;" Match 15:59 >