#!/usr/bin/perl -w use Qt 2.0; import Qt::app; use Biff; $b = Biff->new; $app->setMainWidget($b); $b->show(); exit $app->exec();