From 038fa339c4185f32e8a3053619b2b9cf27df2718 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Thu, 16 Dec 2010 14:09:55 +0000 Subject: [PATCH] Fix typo in perlvar --- pod/perlvar.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0771819..1dff9ce 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2067,7 +2067,7 @@ Removed in Perl 5.10. X<$[> X<$ARRAY_BASE> This variable stores the index of the first element in an array, and -of the first character in a substring. You use to be able to assign to +of the first character in a substring. You used to be able to assign to this variable, but you can't do that anymore. It's now always 0, like it should be. -- 2.7.4