in reply to Re: Using */ with backticks in perl
in thread Using */ with backticks in perl

If you want the shell to see a backslash there, better put two of them before the star. One for Perl, one for the shell.