On Sat, Oct 22, 2011 at 4:57 PM, Brandon McCaig <bamcc...@gmail.com> wrote:

> On Sat, Oct 22, 2011 at 11:37 AM, timothy adigun <2teezp...@gmail.com>
> wrote:
> > my($filesys,$mbytes,$used,$avail,$capacity,$mount)=("","","","","","");
>
> Declaring these variables here is useless (and initializing them
> here is even more useless). :-/ The lack of whitespace is also
> useless and makes it more difficult to read.
>
>
I say this without a bit of sarcasm: Feel blessed in your ignorance of
formats. The declarations on top are unfortunately needed (If it helps,
think of formats using lexical variables as closures).

But you shouldn't be using formats. So yeah.

Reply via email to