C:\_32\pscrpt>type try.pl use strict; use warnings; print for keys %INC; C:\_32\pscrpt>perl -l try.pl warnings.pm strict.pm C:\_32\pscrpt>