diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 00:34:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 00:34:48 +0000 |
commit | 1696c19c569ce62fbe585a52ce3cf55a9bedb919 (patch) | |
tree | 30d5a8d9bb6dd39acde4d2ad0354d1ac29da9c8c /MDK/Common/DataStructure.pm | |
parent | eddfce0641e5c1ca09cbb79143d10795b2faf08d (diff) | |
download | perl-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.pm | 2 |
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) |