http://qs1969.pair.com?node_id=610879

perlknight has asked for the wisdom of the Perl Monks concerning the following question:

fellow monks, I need clarification on this line of code:
$cycle = ((1<<31) * 2);
Does this mean, shift binary 1 to the left 31 bit and * 2?