in reply to Re: How to make a progress counter for parsing HTML with HTML::TreeBuilder
in thread How to make a progress counter for parsing HTML with HTML::TreeBuilder

1<<16 is 1 shifted to the left 16 times, i.e. 1_0000_0000_0000_0000 binary, i.e. 10000 hex, i.e. 65536 dec, i.e. 64kb.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re^2: How to make a progress counter for parsing HTML with HTML::TreeBuilder
  • Download Code

Replies are listed 'Best First'.
Re^3: How to make a progress counter for parsing HTML with HTML::TreeBuilder
by Anonymous Monk on Nov 08, 2014 at 14:04 UTC
    Thanks!