Help for this page
while (read($peunter,$bytes,1024)) { unless (eof()) { ... } print $bytes; }
while (read($peunter,$bytes,1024)) { print $bytes; }