Rafael Garcia-Suarez wrote: > - grep(s/^(.*)/"-I$1"/, @{$perlinc || []}); > + map(s/^(.*)/"-I$1"/, @{$perlinc || []});
Thanks. I tend to fix them with EXPR for LIST unless there's some sort of compelling need for a block. -- THIS I COMMAND!
Rafael Garcia-Suarez wrote: > - grep(s/^(.*)/"-I$1"/, @{$perlinc || []}); > + map(s/^(.*)/"-I$1"/, @{$perlinc || []});
Thanks. I tend to fix them with EXPR for LIST unless there's some sort of compelling need for a block. -- THIS I COMMAND!