in reply to comma within array
#!/usr/bin/perl use warnings; use strict; use Test::More tests => 1; my @array = do { no warnings 'qw'; qw(one two, three four five, six); }; is("@array", 'one two, three four five, six', 'same');
qw// warns about commas, so I turned off that particular warning category.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: comma within array
by theleftright (Novice) on Jan 05, 2016 at 21:24 UTC | |
by choroba (Cardinal) on Jan 05, 2016 at 21:49 UTC | |
by Anonymous Monk on Jan 05, 2016 at 21:50 UTC |