##
C:\repos\berrybrew>ftype berrybrewPerl
berrybrewPerl=C:\berrybrew\5.10.1_32\perl\bin\perl.exe %1 %*
####
C:\repos\berrybrew>t\data\assoc.pl
Hello, world!
C:\berrybrew\5.10.1_32\perl\bin\perl.exe
C:\repos\berrybrew>
####
use warnings;
use strict;
print "Hello, world!\n";
print "$^X\n";