summaryrefslogtreecommitdiff
path: root/regress/simulation
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-27 04:27:18 +0000
committerfukachan <fukachan>2001-10-27 04:27:18 +0000
commit35f5da6ccc17d756b7ea2f61466c433701595958 (patch)
treeb307d83a692a9f30efb206d40431888bbc09402c /regress/simulation
parentd8da8a8bb470e84e492fae62d6c392ac8caa93b1 (diff)
downloadfml8-35f5da6ccc17d756b7ea2f61466c433701595958.tar.gz
fml8-35f5da6ccc17d756b7ea2f61466c433701595958.tar.bz2
fml8-35f5da6ccc17d756b7ea2f61466c433701595958.zip
template on "Data IN/OUT among modules" but ..
Diffstat (limited to 'regress/simulation')
-rw-r--r--regress/simulation/@template.pm15
1 files changed, 14 insertions, 1 deletions
diff --git a/regress/simulation/@template.pm b/regress/simulation/@template.pm
index 6ae1934e..cf150395 100644
--- a/regress/simulation/@template.pm
+++ b/regress/simulation/@template.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: __template.pm,v 1.6 2001/05/16 13:30:46 fukachan Exp $
+# $FML: @template.pm,v 1.1 2001/08/07 12:23:48 fukachan Exp $
#
package __MODULE_NAME__;
@@ -35,6 +35,19 @@ sub new
}
+=head1 Data IN/OUT among modules
+
+=head2 Style
+
+ OO
+
+=head2 Data IN (from File, DBMS et.al.)
+
+ $curproc
+
+=head2 Data OUT (into File, DBMS et.al.)
+
+
=head1 AUTHOR
__YOUR_NAME__