From 5c8417abdfa0dd3835ba0b4595c7b800c4a221cc Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 9 Nov 2009 14:43:38 +0100 Subject: [PATCH] [basics] hopefully clarify a sentence for snarkyboojum++ --- src/basics.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basics.pod b/src/basics.pod index a93387c..81ff966 100644 --- a/src/basics.pod +++ b/src/basics.pod @@ -81,7 +81,7 @@ Each sigil carries a meaning. Variables starting with a dollar can hold arbitrary values. Here the built-in function C is called, which opens a file of name C, and returns an object describing that file, a I. The equality sign C<=> I 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. A string is a piece of text, or sequence