Luke Palmer <[EMAIL PROTECTED]> writes: > On 5/5/05, Terrence Brannon <[EMAIL PROTECTED]> wrote: >> I was looking at a line in the hangman program: >> >> @letters == @solution.grep:{ $_ ne '' }; >> >> and was told that I was looking at an adverbial block. > > The adverbial block is what you're giving to `if` when you say: > > if $foo { ... }
But no colon is used in this case. Is that consistent? -- Carter's Compass: I know I'm on the right track when, by deleting something, I'm adding functionality.