http://qs321.pair.com?node_id=656382


in reply to Re^3: Binary to decimal conversion
in thread Binary to decimal conversion

In list context:
my @array = reverse( LIST );
In scalar context:
my $value = reverse( LIST );
Fine. But it does not say how it's supposed to behave when fed a SCALAR instead of a LIST, does it?

I'm still confused.

--
Andreas