in reply to Re: comma within array
in thread comma within array
this seems very strange to you, why the hell would i need to do this?! but unfortunately I do :D eval is unable to execute this code because of the comma :/@arrayCode = qw( $cn=join(",",@names); print@names; ); $ac = join("",@arrayCode); eval($ac);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: comma within array
by choroba (Cardinal) on Jan 05, 2016 at 21:49 UTC | |
|
Re^3: comma within array
by Anonymous Monk on Jan 05, 2016 at 21:50 UTC |