my $db_name = 'the_database'; my $db_server = 'localhost'; my $db_port = '3306'; my $db_user = 'justMe'; my $db_password = '123456';