diff options
-rw-r--r-- | perl.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.html.markdown b/perl.html.markdown index fec4ce05..024bd851 100644 --- a/perl.html.markdown +++ b/perl.html.markdown @@ -14,10 +14,6 @@ Perl 5 runs on over 100 platforms from portables to mainframes and is suitable f ```perl # Single line comments start with a hash. -/* -Multi-line comments look like this. -*/ - #### Perl variable types |