pmarcoen has asked for the wisdom of the Perl Monks concerning the following question:
I am reading through some Tiny modules to learn some more about perl.
I'm having trouble understanding the following line of code, if anyone could help me understand what is said here :
$buff .= $_ for "\n", ' ' x ( $level - 1 ), shift @pre_push;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I read this line of code?
by choroba (Cardinal) on Sep 29, 2011 at 09:17 UTC | |
by Tux (Canon) on Sep 29, 2011 at 09:33 UTC | |
by pmarcoen (Novice) on Sep 29, 2011 at 09:42 UTC | |
by Anonymous Monk on Sep 29, 2011 at 09:32 UTC | |
by GrandFather (Saint) on Sep 29, 2011 at 09:46 UTC | |
by choroba (Cardinal) on Sep 29, 2011 at 09:46 UTC | |
|
Re: How do I read this line of code?
by Anonymous Monk on Sep 29, 2011 at 11:44 UTC |