Andreas J Koenig wrote: > From my understanding > > perl -V:something > > is just a convenient shorthand for > > perl -le 'use Config; print "something='\''$Config{something}'\'';"'> Use Deparse : $ bleadperl -MO=Deparse -V:ccflags use Config ('myconfig', 'config_vars'); config_vars('ccflags'); /dev/null syntax OKThread Previous | Thread Next