Is very suspect code.... You probably want something like:while(<@INC>)
See Why is @array so slow? for more details.my @copy = @INC; while(defined($_ = shift(@copy))) { # push to @copy as necessary }
-Blake
In reply to Re4: How to list all the installed perl modules
by blakem
in thread How to list all the installed perl modules
by perlisfun
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |