in reply to Re^10: Order of evaluation/interpolation of references
in thread Order of evaluation/interpolation of references

This whole mechanism is a backdoor to execute code while interpolating

DB<106> print "@{ [`ls`] }" babel-14425MIs emacs1000 keyring-JbFqiG orbit-lanx perlfunc.pod ...

Thats a clear violation of the line between interpolation (like in s//$x+1/) and evaluation (like in s//$x+1/e)

Cheers Rolf

Updated example!