diff options
Diffstat (limited to 'Doc/perl/howto.perl')
-rw-r--r-- | Doc/perl/howto.perl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl new file mode 100644 index 0000000..ee8f3a4 --- /dev/null +++ b/Doc/perl/howto.perl @@ -0,0 +1,11 @@ +# -*- perl -*- +# +# This implements the Python howto class. All it really needs to do it +# load the "python" style. + +package main; + +&do_require_package("article"); +&do_require_package("python"); + +1; # sheesh.... |