Rodster001 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks!my $in; $in = join(",",@{$scalar}) if $scalar =~ /array/i; $in = $scalar if !$in;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Joining if an array
by kennethk (Abbot) on May 01, 2009 at 15:35 UTC | |
by Rodster001 (Pilgrim) on May 01, 2009 at 17:06 UTC | |
Re: Joining if an array
by derby (Abbot) on May 01, 2009 at 15:36 UTC | |
Re: Joining if an array
by Fletch (Bishop) on May 01, 2009 at 15:38 UTC | |
by Rodster001 (Pilgrim) on May 01, 2009 at 15:49 UTC | |
Re: Joining if an array
by Mutant (Priest) on May 01, 2009 at 15:37 UTC | |
Re: Joining if an array
by starX (Chaplain) on May 01, 2009 at 16:01 UTC |