my $quantity = 6; # Declare & define $quantity = "half dozen"; # Now a string $quantity = 0.5 * 12; # Numeric again