llancet has asked for the wisdom of the Perl Monks concerning the following question:
and dump a very large perl AOA into string using YAML.my @scalar; my $size = $piddle->getdim(0); for (my $i=0; $i<$size; $i++) { push @scalar,$piddle->at($i) }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to dump a PDL
by Anonymous Monk on Dec 26, 2010 at 02:20 UTC | |
|
Re: How to dump a PDL
by trwww (Priest) on Dec 26, 2010 at 03:09 UTC | |
|
Re: How to dump a PDL
by zentara (Cardinal) on Dec 26, 2010 at 23:34 UTC | |
|
Re: How to dump a PDL
by Anonymous Monk on Dec 26, 2010 at 02:22 UTC | |
|
Re: How to dump a PDL
by etj (Priest) on May 28, 2022 at 21:34 UTC |