Help for this page
#!/usr/bin/perl -w use strict; ... my $gpgresults = `$gpgcommand`; print $gpgresults, "\n";