The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use WWW::URLToys;
use strict;

my @list;

print "\nURLToys Test\nVersion: ";
ut_exec_command('version',\@list);

print "If this printed the URLToys version on the previous line, URLToys is installed.\n\n";