The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Ex1;

# Version.
our $VERSION = 0.01;

1;

=pod

=head1 EXAMPLE

 # Pragmas.
 use strict;
 use warnings;

 # Print foo.
 print "Foo.\n";

=cut