Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
ANY SUGGESTIONS ARE APPRECIATED :-)foreach $x (@x) { printf "%7d",$x; } ###############END OF FILE########### END { foreach $y(@y) { printf "%7s",$y; } } }
Updated - Steve_p added code tags
janitored by ybiC: lc title to avoid shouting in this here our fine Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Output from a cron job should...
by herveus (Prior) on May 13, 2004 at 11:39 UTC | |
|
Re: Output from a cron job should...
by nimdokk (Vicar) on May 13, 2004 at 12:32 UTC | |
by Anonymous Monk on May 13, 2004 at 14:16 UTC |