[ABE.pm] mapping with an enclosure

Faber J. Fedor faber at linuxnj.com
Fri Apr 4 06:16:45 PDT 2008


On 04/04/08 05:44 -0400, Ted Fiedler wrote:
> Couldnt you do something like
> 
> for (@data)
> {
>     $_ =~ s/\s+/g;

Shouldn't that read 's/\s+//g' ?

> }

I ended up doing this:

map  { s/^\s+//;  s/\s+$//; $_ } @data;

which gets rid of the warning but it still edits @data in place. :-?

> How was the tech meeting on Wednesday? $Work is usurping all my time :(

Pretty good.  rjbs went over his slides on various topics (that he and I
had discussed a month earlier) like his IM assistant, POE, hivemind,
language interfaces and the like.


-- 
 
Regards,
 
Faber Fedor
President
Linux New Jersey, Inc.
908-320-0357
800-706-0701

http://www.linuxnj.com




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the ABE-pm mailing list