in reply to GnuPG::Interface preventing print

return "No data" if (not defined($text) or ref($text) ne 'ARRAY');

Try

print Dumper(encrypt(["hello world"], "swilson")); # ^ ^ add
poj