Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: print multiple of 100

by olus (Curate)
on Jul 14, 2008 at 12:14 UTC ( [id://697458]=note: print w/replies, xml ) Need Help??


in reply to print multiple of 100

do something like

if ( ($variable_incremented % 100) == 0) { print "$variable_incremented"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://697458]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-28 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found