Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
defining sigil
  • Loading branch information
grondilu committed Oct 12, 2013
1 parent 919626d commit 465527e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S99-glossary.pod
Expand Up @@ -730,6 +730,10 @@ Something that should never, ever happen. Complain on #perl6 if you see one.

=head2 sigil

In Perl, the sigil is the first character of a variable name.
It must be either C<$>, C<@> or C<%>, respectively for a scalar, array or hash variable.
See also L<twigil>

=head2 sink context

=head2 sixplanet
Expand Down

0 comments on commit 465527e

Please sign in to comment.