The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w
#############################################################################
## Name:        wxactivex_template.pl
## Purpose:     Template Builder for ActiveX Control
## Author:      Mark Dootson
## Created:     2008-04-7
## SVN-ID:      $Id: wxactivex_template.pl 2839 2010-03-11 09:14:17Z mdootson $
## Copyright:   (c) 2008 - 2010 Mark Dootson
## Licence:     This program is free software; you can redistribute it and/or
##              modify it under the same terms as Perl itself
#############################################################################

use strict;
use Wx;
use Wx::ActiveX::Template;

run_wxactivex_template();

1;