Veementemente format, using a programming language that explicitly mentions the types of variables. c is as strong as he entered the language. C variables that must be must declare it to interpret the language types of data:

int myVariable;

myVariable = 25;

Name:  Strongly Typed.jpg
Views: 89
Size:  23.0 KB

Perl is a loosely typed language.

There is no need to declare the variable type before using it:

$myVariable = 25;

$myVariable = "A String.";