- PR -

perlのモジュール一覧について

1
投稿者投稿内容
アントニオ
会議室デビュー日: 2006/01/10
投稿数: 18
投稿日時: 2006-03-30 00:43
質問があります。
Active perlを使用していますが、インストールされているモジュールの一覧、検索をする方法を教えていただけないでしょうか?

基本的な質問で申し訳ないですが、よろしくお願いします。
paniponi-x
常連さん
会議室デビュー日: 2006/01/14
投稿数: 27
投稿日時: 2006-03-31 10:03
ActivePerlということはppmでインストールされたものということですか?

コード:
C:\Perl\bin>ppm
PPM - Programmer's Package Manager version 3.4.
Copyright (c) 2001 ActiveState Software Inc.  All Rights Reserved.

Entering interactive shell. Using Term::ReadLine:erl as readline library.

Type 'help' to get started.

ppm> help
Type 'help command' for more detailed help on a command.
  Commands:
(略)
    properties - describes installed packages in detail
    q          - exits the program
    query      - queries installed packages
    quit       - exits the program
    remove     - uninstalls packages
    repository - adds, removes, or sets repositories
(略)
ppm> query
No query result sets -- provide a query term.
ppm> help query
query -- Query Installed Packages
  Synopsis
     query                   Displays list of previous queries
     query <number>          Displays results of previous query
     query <glob pattern>    Performs a new query using <glob pattern>
     query *                 Displays a list of all installed packages

  Description
    The query command displays a list of all installed packages, or a list
    based on the <glob pattern> switch. You can also check the list of past
    queries, or the results of a past query.
(略)
ppm> query *
Querying target 1 (ActivePerl 5.8.8.817)
   1. ActivePerl-Config        [1.0] Override the ActivePerl configuration
   2. ActivePerl-DocTools      [1.1] Maintain HTML documentation
   3. ActiveState-Utils       [1.23] ActiveState's utility modules
   4. Archive-Tar           [1.26.1] Manipulates TAR archives
(略)


1

スキルアップ/キャリアアップ(JOB@IT)