#!/usr/bin/perl use lib qw(/usr/lib/libDrakX); use any; my %other = ( 'rpm -qa' => join('', sort `rpm -qa`), ); print any::report_bug('', %other);