in reply to Finding what modules are installed

perl -MCPAN -e 'for $mod (CPAN::Shell->expand("Module","/./")){ next unless $mod->inst_file; print $mod->id," ", $mod->inst_version, "\n"; }'

Edit Petruchio Sun Mar 17 09:31:44 UTC 2002 - Added CODE tags.