First commit of partial RosettaCode contents.
Pushing this for testing purposes. Lots of work still needed.
This commit is contained in:
commit
1e05ecd7ee
781 changed files with 9080 additions and 0 deletions
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
|
||||
1
Task/Comments/Perl/comments.pl
Normal file
1
Task/Comments/Perl/comments.pl
Normal file
|
|
@ -0,0 +1 @@
|
|||
# this is commented
|
||||
Loading…
Add table
Add a link
Reference in a new issue