http://www.perlmonks.org?node_id=656379


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

From reverse

reverse LIST
      In list context, returns a list value consisting of the ele-
      ments of LIST in the opposite order.  In scalar context, con-
      catenates the elements of LIST and returns a string value with
      all characters in the opposite order.
90% of every Perl application is already written.
dragonchild