summaryrefslogtreecommitdiffstats
path: root/MDK/Common/DataStructure.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-03 00:34:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-03 00:34:48 +0000
commit1696c19c569ce62fbe585a52ce3cf55a9bedb919 (patch)
tree30d5a8d9bb6dd39acde4d2ad0354d1ac29da9c8c /MDK/Common/DataStructure.pm
parenteddfce0641e5c1ca09cbb79143d10795b2faf08d (diff)
downloadperl-MDK-Common-1696c19c569ce62fbe585a52ce3cf55a9bedb919.tar
perl-MDK-Common-1696c19c569ce62fbe585a52ce3cf55a9bedb919.tar.gz
perl-MDK-Common-1696c19c569ce62fbe585a52ce3cf55a9bedb919.tar.bz2
perl-MDK-Common-1696c19c569ce62fbe585a52ce3cf55a9bedb919.tar.xz
perl-MDK-Common-1696c19c569ce62fbe585a52ce3cf55a9bedb919.zip
much doc added
Diffstat (limited to 'MDK/Common/DataStructure.pm')
-rw-r--r--MDK/Common/DataStructure.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/DataStructure.pm b/MDK/Common/DataStructure.pm
index d2e1367..ecdb45f 100644
--- a/MDK/Common/DataStructure.pm
+++ b/MDK/Common/DataStructure.pm
@@ -41,7 +41,7 @@ returns the length of the list. Useful in list (opposed to array) context:
sub f { "a", "b" }
my $l = listlength f();
-where C<scalar f()> would return "b"
+whereas C<scalar f()> would return "b"
=item deref(REF)