in reply to Re: spaces in grep command argument executed in backticks
in thread spaces in grep command argument executed in backticks

note:-
grep \'$module\'
can be used without backslashes as
grep '$module'