I noticed that when I use backticks in perl the commands are executed using sh, not bash, giving me some problems.
How can I change that behavior so perl will use ba
This example works for me:
$ perl -e 'print `/bin/bash -c "echo <(pwd)"`' /dev/fd/63