#!/usr/bin/perl use strict; use warnings; use Gtk2::Notify -init, 'Markup'; my $n = Gtk2::Notify->new( 'Summary', 'Some bold, underlined, italic, ' . 'linked text' ); $n->show;