perl_lover has asked for the wisdom of the Perl Monks concerning the following question:
Is there any way to Dump this structure into PERL data structure ?Array ( [0] => Array ( [attrs] => Array ( [0] => Array ( [key] => rat1 [value] => -10 [options] => 0 [type] => 0 ) [1] => Array ( [key] => rat1 [value] => -10 [options] => 0 [type] => 0 ) ) [mesg_id] => 1 [parent_id] => 0 [thread_id] => 1 [cat_id] => 3 [folder_id] => 0 [status] => 4 ) )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: String to Perl data structure
by chromatic (Archbishop) on Jul 13, 2007 at 06:12 UTC | |
|
Re: String to PERL data structure
by shmem (Chancellor) on Jul 13, 2007 at 08:46 UTC | |
|
Re: String to PERL data structure
by Zaxo (Archbishop) on Jul 13, 2007 at 06:10 UTC | |
|
Re: String to PERL data structure
by fmerges (Chaplain) on Jul 13, 2007 at 08:41 UTC |