* Mark Stosberg <[EMAIL PROTECTED]> [2007-10-31 02:20]:
> Michael Peters wrote:
> > use Config;
> > $Config{archname}
> 
> If you just need to see it and don't need to use it directly in
> Perl, you can also just:
> 
> perl -V  | grep archname

You mean

    perl -V:archname

-- 
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle

Reply via email to