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