Help for this page

Select Code to Download


  1. or download this
    # bad kludge, I haven't figured out how to handle this, but 
    # if the query doesn't return anything, this function fails;
        if($query =~ /SELECT/i) {
            $return_data = $sth->fetchall_arrayref();
        }
    
  2. or download this
    sub update_price
    {
    ...
    
        return $price;
    }
    
  3. or download this
        my %items = parse_input($options{u}, $parts_algo);