Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $perl = from_json $js;
    print Dumper $perl;
    
  2. or download this
    $VAR1 = {
              'contactsData' => [
    ...
                                    'm_UID' => '963',
                                    'm_lastName' => 'ROWLAND',
    etc...
    
  3. or download this
    my $perl;
    $perl->{contactsData}->[0]->{m_note} = '';
    $perl->{contactsData}->[0]->{m_display_name} = 'Lynne';
    $perl->{contactsData}->[0]->{relationship}->[0]->{m_relationName} = 'R
    +OWLAND';
    ...etc