http://qs321.pair.com?node_id=134831

ryan has asked for the wisdom of the Perl Monks concerning the following question:

I am using formatting to output some information, I was wishing to supress the display of all zero (0) values.

Setting the variables concerned to blank '' or undefing them only causes errors.
format top = User Emails Size (Kb) ============== ======== =========== . format DISPLAY = @<<<<<<<<<<<<< @#### @#####.## $output[$i], $output[$i+1], $output[$i+2]/1024 .
Can it be done?

Thanks ... Ryan