in reply to Re: Using Term::ReadLine and pasting input with tabs
in thread Using Term::ReadLine and pasting input with tabs

It worked! Thank you! I'm using Term::ReadLine::readline, and so the line that fixed it was just this:
&readline::rl_bind('tab', 'tab-insert');