Berkeley CSUA MOTD:Entry 18856
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/25 [General] UID:1000 Activity:popular
12/25   

2000/8/3-4 [Computer/SW/Languages/Perl] UID:18856 Activity:nil
8/2     What are the flags to get PERL to tell me what modules are installed?
        Do i have to recompile PERL in order to user a PM like GD.pm or can i
        just put that .pm file where it is looking for it?
        \_ perl -e 'foreach (@INC) { print "$_\n"; }'
           With perl5, you can use "perl -V" to get this info and more.
           No, you don't need to recompile perl. Thus the term "module."
           No, you don't need to recompile perl. Thus the term "module." -alexf