Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Comments/Perl/comments-1.pl
Normal file
1
Task/Comments/Perl/comments-1.pl
Normal file
|
|
@ -0,0 +1 @@
|
|||
# this is commented
|
||||
1
Task/Comments/Perl/comments-2.pl
Normal file
1
Task/Comments/Perl/comments-2.pl
Normal file
|
|
@ -0,0 +1 @@
|
|||
my $var = 1; # this is the comment part
|
||||
6
Task/Comments/Perl/comments-3.pl
Normal file
6
Task/Comments/Perl/comments-3.pl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
=pod
|
||||
|
||||
Here are my comments
|
||||
this is multi-line
|
||||
|
||||
=cut
|
||||
4
Task/Comments/Perl/comments-4.pl
Normal file
4
Task/Comments/Perl/comments-4.pl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
=head1
|
||||
=head4
|
||||
=over 4
|
||||
=Any Old String
|
||||
Loading…
Add table
Add a link
Reference in a new issue