Using buildin bitmap: questhead
use Tk; my $main = MainWindow->new; $main->Label(-bitmap => 'questhead')->pack; MainLoop;