#!/opt/bin/perl =head1 NAME gce - gtk (perl) crossfire editor =cut use Gtk2 -init; my $VARDIR = "$ENV{HOME}/.gcfedit"; use GCE::MainWindow; my $w = GCE::MainWindow->new; $w->show_all; Gtk2->main; =head1 AUTHOR Marc Lehmann http://home.schmorp.de/ Robin Redeker http://www.ta-sa.org/ =cut