Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      my @crap = %$result;
      return @crap;
    }
    
  2. or download this
    my $result = $s->get_table( -baseoid => "$oid" ) || die printf("ERROR:
    + %s.\n", $s->error);