source: trunk/soft/ObsData/plugins/dummy.pl @ 221

Last change on this file since 221 was 221, checked in by nanardon, 18 years ago
  • running plugin code
  • Property svn:keywords set to Id
File size: 230 bytes
Line 
1#!/usr/bin/perl -c
2
3# $Id$
4
5sub {
6    my ($rda, $plugintype, $datafile, $datatype) = @_;
7    return(
8        1, # exit code
9        'plugintype', $plugintype,
10        'datafile', $datafile,
11        'datatype', $datatype,
12    );
13}
Note: See TracBrowser for help on using the repository browser.