1234567891011—12131415161718192021 use strict;use warnings;sub dummy{ return 'helloworld2';}1;__END__HideShow 10 lines of Pod=head1 NAMEhelloworld2=head2 SYNOPSISA test module.=cut
use
strict;
warnings;
sub
dummy
{
return
'helloworld2'
;
}
1;
__END__
=head1 NAME
helloworld2
=head2 SYNOPSIS
A test module.
=cut