root/samples/widget_kwalify/index.cgi

Revision 318, 124 bytes (checked in by miya, 2 years ago)

import sample app of HTML::Widget::Kwalify

  • Property svn:executable set to
Line 
1 #!/usr/local/bin/perl
2
3 use strict;
4 use warnings;
5 use lib './lib';
6
7 use WidgetKwalify;
8
9 my $w = WidgetKwalify->new;
10 $w->run;
Note: See TracBrowser for help on using the browser.