Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
       'client_system' => {
    ...
     'version' => '2.1',
     'buildNumber' => 'Version 1.3'
    };
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $doc->{client_system}->{$key} . "\n";
    print $doc->{client_system}->{$key}->{'business_area'} ? ;
    }
    
  3. or download this
    'client_system' => {
        'Customer Care' => {
    ...
                                               'low-199' => {
                                               'Others' => {
                                               '200-499' => {