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