in reply to Re^2: 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

Erm... yes.

Dinn' parse that substr as I should've done. Anyways the result of that substr is what should be added to $filetell, neither the length of the original string, nor the remainder. Sometimes a bug is spotted even without reading the whole surroundings (completely||correctly).
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^3: How to make a progress counter for parsing HTML with HTML::TreeBuilder
  • Download Code