![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Listing all installed modulesby AcidHawk (Vicar) |
on Feb 10, 2004 at 20:13 UTC ( #328011=note: print w/replies, xml ) | Need Help?? |
this node has a perl one liner to show installed modules.
It goes like this
To get yours to work change print "$_\n"; to print "$mod\n"; You are wanting to print $mod as apposed to $_
----- Of all the things I've lost in my life, its my mind I miss the most.
In Section
Seekers of Perl Wisdom
|
|