Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Re: 'Best way to email edited array contents?

by Anonymous Monk
on Feb 12, 2004 at 20:30 UTC ( [id://328652]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: 'Best way to email edited array contents?
in thread 'Best way to email edited array contents?

I guess all I needed was a sprintf command joining the $body with each additional user for which quota data was collected:
$body = $body . sprintf ("$user\'s disk usage \= %.2f MB.\nHas %.2f MB + available.\nQuota se t to: %.2f MB\n\n", $used, $remainingquota, $limit);</BOLD>

Now I get the emailed quota data.
Thanks for the reponses, Chris

Replies are listed 'Best First'.
Re: Re: Re: Re: 'Best way to email edited array contents?
by l3nz (Friar) on Feb 12, 2004 at 21:03 UTC
    I guess what you say is true, but how could it work before upgrading?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found