| CPAN Ratings RPM-Info reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of RPM-Info
The interface is a little non-perlish.
I recommend an interface more like this.
use RPM:XXX;
my $obj=RPM::XXX->new;
foreach ($obj->search("foo")) {
printf "Name: %s\n", $_->name;
printf "Version: %s\n", $_->version;
printf "List: %s\n", join(", ", $_->list);
}
Michael R. Davis - 2011-02-12T10:54:51
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|