What happens if we try and join a number to a string?
#!/usr/bin/perl use warnings; print"Four sevens are ". 4*7 ."\n";