in reply to map not returning
my $params = q('196','berg',NULL,NULL); my @list_of_params = map { s/^\'(.*?)\'$/$1/m; $_} map { $_ eq 'NULL' ? 'undef' : $_ } split(/\s*\,\s*/,$params);
artist
========
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: map not returning
by davido (Cardinal) on Sep 11, 2003 at 00:42 UTC | |
by surag (Novice) on Sep 11, 2003 at 01:37 UTC |