Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Data::Dumper; $form->{days} = [ '2011-02-26', '2011-02-25', '2011-02-24', '2011-02-23', '2011-02-22', '2011-02-21', '2011-02-20', ];
Thanks[ '2011-03-01', '2011-02-28', '2011-02-27' '2011-02-26', '2011-02-25', '2011-02-24', '2011-02-23', '2011-02-22', '2011-02-21', '2011-02-20', ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Push Array
by Nikhil Jain (Monk) on Mar 23, 2011 at 10:40 UTC | |
by Anonymous Monk on Mar 23, 2011 at 11:01 UTC | |
|
Re: Push Array
by wind (Priest) on Mar 23, 2011 at 17:00 UTC |