Help for this page

Select Code to Download


  1. or download this
    #execute statement here
    my @data = (); # define an array
    ...
    }
    
    # finish and disconnect
    
  2. or download this
    my $field_1 = $data[0]->{'field_1'};