if ( $debug ) { print "About to fetch $url\n"; } #### if ( $account_balance < '100.00' ) { print "Don't pay the loser any interest.\n"; } #### &calculte_interest($account_number) unless ($account_balance < '100.00' );