text stringlengths 0 834k |
|---|
search CGI or ABSTRACT=web |
Example results: |
CGI-XMLForm |
HTML-Clean |
6. Search for 'XML' in the name and either 'parser' in the name or |
'pars' in the abstract, but not with 'XPath' in the name: |
search XML and (parser or ABSTRACT=pars) and not XPath |
Example results: |
XML-Node |
XML-Parser-EasyTree |
7. PPM Server 3 repositories only: search by module name, even if |
unrelated to the containing package: |
search Data::Grove |
Example results: |
libxml-perl |
8. Browse all packages in the repository: |
search * |
Example results: |
Affix-Infix2Postfix |
AI-Fuzzy |
[many more...] |
Recall previous searches using the 'search <number>' command. PPM stores |
searches for each session until you exit PPM. |
Some package names or versions are too long to be displayed in the |
search results. If a name is too long, you will see a '~' (tilde) as the |
last visible character in the column. You can use *describe* to view |
detailed information about such packages. |
Search Results |
When you type a command like ""search XML"", PPM searches in each of the |
Active Repositories (see the *repository* command) for your package. The |
results are merged into one list, and duplicates (packages found in more |
than one repository) are hidden. |
You can control what fields PPM shows for each package. The fields each |
have a built-in weight, which is used to calculate how wide to make each |
field based on the width of your screen. Information that doesn't fit |
into a field is truncated, and a tilde (""~"") character is displayed in |
the last column of the field. |
Let's get down to an example: |
ppm> search XML |
Searching in Active Repositories |
1. CGI-XMLForm [0.10] Extension to CGI.pm which |
2. Data-DumpXML [1.01] Dump arbitrary data structures |
3. DBIx-XML_RDB [0.05] Perl extension for creating XML |
4. DBIx-XMLMessage [0.03] XML Message exchange between DBI |
5. GoXML-XQI [1.1.4] Perl extension for the XML Query |
6. Language-DATR-DATR2~ [0.901] manipulate DATR .dtr, XML, HTML, |
7. libxml-perl [0.07] support for deeply nested |
8. Mail-FilterXML [0.1] Undetermined |
9. Mail-XML [0.03] Adds a toXML() method to |
10. Pod-XML [0.93] Module to convert POD to XML |
As you can see, the three fields being displayed are: |
1 NAME |
The package name |
2 VERSION |
The package version |
3 ABSTRACT |
The package abstract |
You can customize the view somewhat. If you want to view the authors, |
but not the abstract, you can run the same *search* command after using |
*set* to change the fields: |
ppm> set fields=""NAME VERSION AUTHOR"" |
Setting 'fields' set to 'name version author'. |
ppm> search XML |
Using cached search result set 1. |
1. CGI-XMLForm [0.10] Matt Sergeant (matt@sergeant.org) |
2. Data-DumpXML [1.01] Gisle Aas (gisle@aas.no) |
3. DBIx-XML_RDB [0.05] Matt Sergeant (matt@sergeant.org) |
4. DBIx-XMLMessage [0.03] Andrei Nossov (andrein@andrein.com) |
5. GoXML-XQI [1.1.4] Matthew MacKenzie (matt@goxml.com) |
6. Language-DATR-DAT~ [0.901] Lee Goddard (lgoddard@cpan.org) |
7. libxml-perl [0.07] Ken MacLeod (ken@bitsko.slc.ut.us) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.