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


in reply to Re: Head to numb to see it.....
in thread Head to numb to see it.....

FYI:It is perfectly legal to have a space between a variable and the ++ operator:

my $count_variable = 0; $count_variable ++; $count_variable ++; print $count_variable; # prints: 2