in reply to Re^2: unpack(pack(join simplification
in thread unpack(pack(join simplification

Good idea to use oct(), but $" is deprecated; use join() instead.

Fully agreeing on the use of join (in this case) instead of $", but how is the latter deprecated?