in reply to Re: Indirect variable expansionin thread Indirect variable expansion
This removes code injection[1] while simplifying the interface[2]:
perl -e'use if 1, $ARGV[0]; print $ARGV[0]->VERSION' JSON::PP [download]