start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fadd Chapter 8
Standard Modules
Next: Reference: fdiv
 

fcmp

$

f


->fcmp(


nstr


)
.

Compares $f to nstr . Returns -1 , 0 , or 1 depending on whether $f is less than, equal to, or greater than nstr , or undef if nstr is not a number.


Previous: Reference: fadd Perl in a Nutshell Next: Reference: fdiv
Reference: fadd Book Index Reference: fdiv

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.