1# Copyright 2004-2019, Paul Johnson (paul@pjcj.net)
2
3# This software is free.  It is licensed under the same terms as Perl itself.
4
5# The latest version of this software should be available from my homepage:
6# http://www.pjcj.net
7
8package E2;
9
10print "E2\n";
11
12sub E2 { print "E2::E2\n" }
13
141
15