Help for this page

Select Code to Download


  1. or download this
    my %rec;
    for my $table (@{ $response->{body}{table} }) {
    ...
    }
    
    print("$rec{LastName}\n");  # For example