<?xml version="1.0" encoding="windows-1252"?>
<node id="779079" title="a2z.pl" created="2009-07-10 23:25:14" updated="2009-07-10 23:25:14">
<type id="1980">
snippet</type>
<author id="528646">
Khen1950fx</author>
<data>
<field name="doctext">
</field>
<field name="snippetdesc">
I was having a problem with CPAN's "long-list" of modules, so I've been using this as a replacement. It will search for and return the names of all authors, all distributions, and all modules on CPAN.</field>
<field name="snippetcode">
&lt;CODE&gt;

#!/usr/local/bin/perl

use strict;
use warnings;
use CPAN;

CPAN::Shell-&gt;a;
CPAN::Shell-&gt;d;
CPAN::Shell-&gt;m;

&lt;/CODE&gt;</field>
</data>
</node>
