Does anyone know how to get the backtick operator to interpret path separators the way system() does? (system() changes path separators to the appropriate operating-system-specific separator.)You're misdiagnosing the problem, observe
C:\Perl>perl print `bin/perl -V:perl`; system 'bin/perl -V:perl'; __END__ perl='perl'; perl='perl'; C:\Perl>
In reply to Re: backticks on windows (ActiveState)
by Anonymous Monk
in thread backticks on windows (ActiveState)
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |