my ($price, $floor) = get_price_floor() || 0; sub get_price_floor { return (10, 8); }