develooper Front page | perl.perl5.porters | Postings from September 2003

Re: How to detect hash randomization?

Thread Previous | Thread Next
From:
Rafael Garcia-Suarez
Date:
September 8, 2003 03:21
Subject:
Re: How to detect hash randomization?
Message ID:
20030908121246.18460c85.rgarciasuarez@free.fr
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 OK

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About