123456789101112131415161718192021222324252627 #!/usr/bin/env perluse strict;use warnings;use utf8;=end Foo=cut# No actual code here=head1 Bar=cut# or here=end comment=cut1;
#!/usr/bin/env perl
use strict;
use warnings;
use utf8;
=end Foo
=cut
# No actual code here
=head1 Bar
# or here
=end comment
1;