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.
Comment on
Re^2: Using */ with backticks in perl
In Section
Seekers of Perl Wisdom