in reply to Bitwise operations on a scalar

badger asks: Anyone out there know the range of a scalar in PERL?

perldoc perldata says:

A scalar is a single string (of any size, limited only by the available memory), number, or a reference to something (which will be discussed in perlref).

I know, this is not about bitwise operation, but about what memory allows to store in a scalar. Cheers, Sören