Help for this page

Select Code to Download


  1. or download this
    for my $ar_jentry (@$json_aoa) {    # handle each decoded JSON entry
        printf $fh_data2 "%s\t%s\t%s\t%s\t%s\t%s\t%s\n", @$ar_jentry;
    }