diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-17 18:03:07 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-17 18:03:07 +0100 |
commit | 40ba7a517798fdce321416d57d1c0f2a17cab67b (patch) | |
tree | b2d4265dd2b484323a63a5131692abc0a391c6ea /pod | |
parent | e6a3850e182c1d286b5e83a9f9917b7f0ddc4178 (diff) | |
download | perl-40ba7a517798fdce321416d57d1c0f2a17cab67b.tar.gz |
Remove duplicate paragraph from perlref.pod
Spotted by Vincent Belaïche <vincent.b.1@hotmail.fr>
Date: Fri, 14 Sep 2012 20:23:31 +0200
Message-ID: <DUB102-W243A350D79540D31E95E2884900@phx.gbl>
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlref.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod index 5f9ce0a06a..157161313d 100644 --- a/pod/perlref.pod +++ b/pod/perlref.pod @@ -46,12 +46,6 @@ hard reference. X<reference, hard> X<hard reference> References are easy to use in Perl. There is just one overriding -principle: Perl does no implicit referencing or dereferencing. When a -scalar is holding a reference, it always behaves as a simple scalar. It -doesn't magically start being an array or hash or subroutine; you have to -tell it explicitly to do so, by dereferencing it. - -References are easy to use in Perl. There is just one overriding principle: in general, Perl does no implicit referencing or dereferencing. When a scalar is holding a reference, it always behaves as a simple scalar. It doesn't magically start being an array or hash or subroutine; you have to |