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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: badd Chapter 8
Standard Modules
Next: Reference: bdiv
 

bcmp

$

i


->bcmp(


bint


)

Compares $i to bint . The bcmp method returns -1, 0, or 1 depending on whether $f is less than, equal to, or greater than the number string given as an argument. If the number string is undefined or null, undef is returned.


Previous: Reference: badd Perl in a Nutshell Next: Reference: bdiv
Reference: badd Book Index Reference: bdiv

Library Navigation Links

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