- or download this
$ help assoc
Displays or modifies file extension associations
...
script 1 2 3
- or download this
$ ftype |ack perl
PerlScript=perl.exe %1 %*
$ assoc |ack -i perl
.pl=PerlScript
- or download this
$ reg query HKEY_CLASSES_ROOT\PerlScript /s
! REG.EXE VERSION 3.0
...
HKEY_CLASSES_ROOT\.pl
<NO NAME> REG_SZ PerlScript