To force perl to perform an operation of lower precedence first, use brackets
#!/usr/bin/perl use warnings; print(3 + 7) * 15;