for other systems (including Cygwin):perl -Mvars -we "print join qq/\n/,map {qq/$_=>$INC{$_}/} sort keys %I +NC"
Sample output will beperl -Mvars -we 'print join qq/\n/,map {qq/$_=>$INC{$_}/} sort keys %I +NC'
If other module needed, specify, for example, other -M optionCarp.pm=>D:/perl561/lib/Carp.pm Exporter.pm=>D:/perl561/lib/Exporter.pm strict.pm=>D:/perl561/lib/strict.pm vars.pm=>D:/perl561/lib/vars.pm warnings.pm=>D:/perl561/lib/warnings.pm warnings/register.pm=>D:/perl561/lib/warnings/register.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: look which and from where modules were included
by svad (Pilgrim) on May 07, 2002 at 14:52 UTC | |
by Random_Walk (Prior) on Nov 16, 2006 at 10:11 UTC |