Skip to content

Commit

Permalink
"word" characters are a Perl 5 ism which we should probably not assum…
Browse files Browse the repository at this point in the history
…e the reader knows
  • Loading branch information
ajs authored and moritz committed Jul 26, 2010
1 parent 48c8de7 commit 4205025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/basics.pod
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ braces { }.
X<sigil>
X<identifier>

A variable name begins with a I<sigil>, which is a non-word character such as
A variable name begins with a I<sigil>, which is non-alpha-numeric symbol
such as
C<$>, C<@>, C<%>, or C<&>--or occasionally the double colon C<::>. The sigils
usually restrict the variable to a particular type, such as a single value or a
compound value. After the sigil comes an I<identifier>, which may consist of
Expand Down

0 comments on commit 4205025

Please sign in to comment.