in reply to Re^2: Bioperl Graphics question
in thread Bioperl Graphics question
For the original poster, the special global array @INC contains the paths which perl uses to find scripts and libraries for "do filename;", use and require commands. This is just general information, and isn't nearly as useful as perldoc -l (per chromatic). :)
perl -e 'print "$_\n" for @INC'
|
|---|