Help for this page

Select Code to Download


  1. or download this
    for my $first (@{$getConfigurationsResults->{Configuration}}) {
        next unless $first->{ConfItems};
        for my $second (@{$first->{ConfItems}{ConfQty}}) {
            print $second->{ConfItem}{Fuel}{ConfItemName}, "\n";
        }
    }