1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-28 17:11:02 +02:00

Remove references to hash and hashtag in favor of number symbol

This commit is contained in:
Sam Dodrill
2014-04-14 11:04:44 -07:00
parent d2f6623cf6
commit 777c333ff0
7 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ Perl 5 is a highly capable, feature-rich programming language with over 25 years
Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.
```perl
# Single line comments start with a hash.
# Single line comments start with a number symbol.
#### Perl variable types