On 2010-05-13 19:00, Patrick Dupre wrote:
> How can I execute the following command in a Makefile ?
> 
> CORE_INC=`perl -MConfig -MFile::Spec::Functions -le 'print
> catfile($Config{archlib},"CORE")')`
> 
> The problem is with the $Config !

CORE_INC=`perl -MConfig -MFile::Spec::Functions -le 'print
catfile($$Config{archlib},"CORE")'`



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to