Help for this page

Select Code to Download


  1. or download this
    >perl -v
    
    ...
    
    Binary build 824 [287188] provided by ActiveState http://www.ActiveSta
    +te.com
    Built Sep  3 2008 11:14:55
    
  2. or download this
    >perl -le"print for @ARGV;" *.*
    *.*
    
  3. or download this
    >perl -MExtUtils::Command -le"print ExtUtils::Command->VERSION"
    1.14
    
    >perl -MExtUtils::Command::MM -le"print ExtUtils::Command::MM->VERSION
    +"
    6.44