http://www.perlmonks.org?node_id=903954


in reply to Re^2: Executing a string as a Perl command
in thread Executing a string as a Perl command

Why the double quotes? eval $cmd; works fine, no need for an additional stringification.