2023-03-05 23:42:45

This commit is contained in:
2023-03-05 23:42:45 +09:00
parent 25b3c0eb79
commit 9e97869a9d
15 changed files with 326 additions and 0 deletions

21
src/pod.pl Executable file
View File

@@ -0,0 +1,21 @@
#!/usr/bin/perl
use warnings;
use strict;
print "Hello, World!";
while(<DATA>){
print $_;
}
__END__
=head1 'Hello World' Program
=over 4
=item * option 1
=item * option 2
=back
=begin html
<p>Hello, <strong>World</strong>!</p>
=end html
=cut