"Mr. Shawn H. Corey" schreef: > To determine if a module is already installed on your machine: > > *NIX: perl -M<module> -e '' > DOS: perl -M<module> -e "" > > Example: perl -MCGI -e '' > > If it doesn't complain, it's installed.
Alternative: perl -Mstrict -MCGI -wle 'print $CGI::VERSION' -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/