Jonathan Maliepaard wrote: > > Also is there away that I can see the version of CPAN perl modules > installed. Ie How can I wourk out what version of MIME::Base64 I have > installed if I used CPAN to do the install? >
Hi, This should work. perl -le 'eval "require $ARGV[0]" and print $ARGV[0]->VERSION' MIME::Base64 _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

