Johnny_bike has asked for the wisdom of the Perl Monks concerning the following question:
#!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"; }';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trying to output mysql query to browser
by moodster (Hermit) on Jan 31, 2002 at 22:15 UTC | |
|
Start Simple Before - Trying to output mysql query to browser
by metadoktor (Hermit) on Jan 31, 2002 at 22:41 UTC | |
by Johnny_bike (Initiate) on Feb 01, 2002 at 08:16 UTC | |
|
Re: Trying to output mysql query to browser
by talexb (Chancellor) on Jan 31, 2002 at 22:11 UTC |