convenientstore has asked for the wisdom of the Perl Monks concerning the following question:
abcabc1abc2my @fields = @{$data1{$datafile}}; # next if (length(map { s/\s+//g, $_ } @fields) < 15); print map { s/\s+//g, $_ } @fields;
my @fields = @{$data1{$callid}}; next if (length(map { s/\s+//g, $_ } @fields) < 15); print map { s/\s+//g, $_ } @fields;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: map question
by GrandFather (Saint) on Jul 28, 2007 at 23:42 UTC | |
by convenientstore (Pilgrim) on Jul 29, 2007 at 01:52 UTC | |
by GrandFather (Saint) on Jul 29, 2007 at 03:46 UTC | |
|
Re: map question
by jwkrahn (Abbot) on Jul 29, 2007 at 00:25 UTC | |
|
Re: map question
by FunkyMonk (Bishop) on Jul 28, 2007 at 23:43 UTC | |
|
Re: map question
by dewey (Pilgrim) on Jul 28, 2007 at 23:40 UTC |