1 2 3 4 5 6 7
#!/usr/bin/perl -w use strict; use lib qw(/usr/lib/libDrakX); use harddrake::ui; ui->run;