Help for this page

Select Code to Download


  1. or download this
    sub order_numbers {
        # assume, for the sake of argument, that order numbers
    ...
        END_SQL
        return $class->_fetch_records($sql);
    }
    
  2. or download this
    sub order_numbers {
        my $class = shift;
    ...
        END_SQL
        return $class->_fetch_records($sql);
    }