Dave Cross: Still Munging Data With Perl: Online event - Mar 27 Learn more
12345678—910111213141516171819202122 package Sample::Module;use strict;use warnings;1;__END__HideShow 14 lines of Pod=head1 NAMESample::Module - Sample Module=head1 SYNOPSIS blah blah blah=head1 SEE ALSOL<Sample::Project>=head1 SOME "DIFFICULT" NODE WITH SPACES
package
Sample::Module;
use
strict;
warnings;
1;
__END__
=head1 NAME
Sample::Module - Sample Module
=head1 SYNOPSIS
blah blah blah
=head1 SEE ALSO
L<Sample::Project>
=head1 SOME "DIFFICULT" NODE WITH SPACES