Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Supressing zero values in formatted reports

by Fengor (Pilgrim)
on Dec 28, 2001 at 14:04 UTC ( [id://134836]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        format Something =
            Test: @<<<<<<<< @||||| @>>>>>
    ...
        $num = $cost/$quantity;
        $~ = 'Something';
        write;
    
  2. or download this
    format top =
    User            Emails   Size (Kb)
    ...
    
    if ($output[$i+2]) {$temp[$i+2]=$output[$i+2]/1024}
    else {$temp[$i+2]==' '}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found