Help for this page

Select Code to Download


  1. or download this
        $arch .= sprintf "-%vd", substr($^V, 0, 2) if $] >= 5.008;
    
  2. or download this
    C:\Perl510>perl -wle"print $]; print $^V; printf qq[-%vd], substr($^V,
    + 0, 2)"
    5.010000
    v5.10.0
    -118.53