Help for this page

Select Code to Download


  1. or download this
    my @headers = $ora_sthheader->fetchall_arrayref();
  2. or download this
    my $headers = $ora_sthheader->fetchall_arrayref();
  3. or download this
    my @headers = @{$ora_sthheader->fetchall_arrayref()};