Blame | Last modification | View Log | RSS feed
###############################################################################
#
# example.pl - Example Plugin for Mission Cockpit event engine
#
###############################################################################
#
# 2010-01-30 0.0.1 rw created
#
###############################################################################
$Version{'plugin/example.pl'} = "0.0.1 - 2010-01-30";
# say hello
print "Load Plugin: example.pl\n";
#
# function library for event engine
#
sub MyExample()
{
print "Plugin: Example\n";
}