<<

expr left shift operator; only applies to integer values.

Equivalent to multiplying the first argument by 2 n times (i.e., *(2**$n)) , where n is the second argument.