Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    print "64-bit: $prog_files_64\n";
    print "32-bit: $prog_files_32\n";
    
  2. or download this
    64-bit: C:\Program Files
    32-bit: C:\Program Files (x86)