in reply to Undeleteable header in WWW::Mechanize

TE = Transfer Encoding
there is a delete_header function in WWW::Mechanize
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: Undeleteable header in WWW::Mechanize

Replies are listed 'Best First'.
Re^2: Undeleteable header in WWW::Mechanize
by javahater (Initiate) on Dec 19, 2007 at 17:50 UTC
    delete_header ( 'TE' );
    does not do anything. Seems to be an internal header so it cannot be removed.