#!/usr/bin/perl
system "/root/bin/getpgklist.sh";

$arg = shift;
system "grep $arg /etc/installedpackages.txt";

