#!D:\Perl\bin\perl.exe #test4.pl use warnings; use strict; print "Content-type: text/html\n\n"; perl -MCPAN -e 'for $mod (CPAN::Shell->expand("Module","/./")) { next unless $mod->inst_file; print $mod->id," ", $mod->inst_version, "\n"; }';