On Apr 17, Alex Cheung Tin Ka said: > I am new to perl. I would like to know what can I do to check >whether I have installed particular module in perl.
The simplest way is: perl -MModule -e0 If that runs without Perl saying "Can't find Module.pm in ...", you've got the module. Example: perl -MCGI -e0 -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ ** Look for "Regular Expressions in Perl" published by Manning, in 2002 ** <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course. [ I'm looking for programming work. If you like my work, let me know. ] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]