Skip to content

Commit

Permalink
[basics] hopefully clarify a sentence for snarkyboojum++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 9, 2009
1 parent a8c0d89 commit 5c8417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basics.pod
Expand Up @@ -81,7 +81,7 @@ Each sigil carries a meaning. Variables starting with a dollar can hold
arbitrary values. Here the built-in function C<open> is called, which opens a
file of name C<scores>, and returns an object describing that file, a
I<file handle>. The equality sign C<=> I<assigns> that file handle to the
variable on the left, which means it takes care the C<$file> stores that
variable on the left, which means it takes care that C<$file> now stores the
file handle.

C<'scores'> is a I<string literal>. A string is a piece of text, or sequence
Expand Down

0 comments on commit 5c8417a

Please sign in to comment.