print "<p>Welcome to <b>ACME AUTO!</b></p>";
print "<p>Which one of our $cars_on_lot cars is right for you?</p>";
These lines should also look familiar. Theyre HTML code like weve used before, but with a difference: $cars_on_lot.
This variable tells the Web browser to get the number specified (100) and insert it here.
Youll see how it works in the following steps.