Help for this page

Select Code to Download


  1. or download this
    foreach (keys %hash_table) {
        if ($_ eq $ordnum) {
    
  2. or download this
    if ( defined( $hash_table{ $ordnum } ) ) {