diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-05-13 19:58:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-05-13 19:58:09 +0000 |
commit | 48f0a7af6acc58f586740b921d7fa0fbde722d92 (patch) | |
tree | b75ff11975ee90d379161a3007c404585bd28dd5 /tutorial.html | |
parent | dbb5c5d60e53df0550e1abeb4d0864d21eeda5c6 (diff) | |
download | perl-MDK-Common-48f0a7af6acc58f586740b921d7fa0fbde722d92.tar perl-MDK-Common-48f0a7af6acc58f586740b921d7fa0fbde722d92.tar.gz perl-MDK-Common-48f0a7af6acc58f586740b921d7fa0fbde722d92.tar.bz2 perl-MDK-Common-48f0a7af6acc58f586740b921d7fa0fbde722d92.tar.xz perl-MDK-Common-48f0a7af6acc58f586740b921d7fa0fbde722d92.zip |
max is often more useful than man when one really want to find out the
higher value in a list ...
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial.html b/tutorial.html index 3db5d42..9fe5147 100644 --- a/tutorial.html +++ b/tutorial.html @@ -214,7 +214,7 @@ <li> - <b>man</b>(LIST): returns the maximum number from a list + <b>max</b>(LIST): returns the maximum number from a list <p></p> </li> |