#!/usr/local/bin/perl require './smf-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0, &help_search_link("smf", "man", "doc", "howto")); print "
\n"; $form = 0; $name = "test"; print "\n"; print_svc_chooser("$name", $form, "Choose Service FMRI", "both", "0"); $name = "test2"; print "\n"; print "\n"; &ui_print_footer("/", $text{'index'});