Hi,<br><br>I&#39;ve been trying to get Jeff&#39;s video2ipod script to work and been running into some problems getting it to run.&nbsp; Specifically I&#39;m having an issue with the Term::ReadLine call in line 251<br><br>It&#39;s spitting out an error message: Cannot do `initialize&#39; in Term::ReadLine::Gnu at /usr/local/bin/video2ipod line 251<br>
<br>line 251 is : $term = new Term::ReadLine &#39;name&#39;;<br><br>I&#39;ve been driving myself crazy trying to get this error ironed out and google isn&#39;t helping.&nbsp; With &#39;just&#39; the basic Term::ReadLine that comes with perl I get the error: &#39;preput&#39; is not supported in this version of Term::ReadLine.&nbsp; Installing Term::ReadLine:Gnu (which is supposed to provide the preput command I then get the error above.<br>
<br>I started with a stock Fedora 8 perl installation, and even upgraded perl to 5.10 to try to get a newer Term::ReadLine<br><br>I&#39;m not sure what to do now - I&#39;m sure I&#39;m doing something trivially wrong, but don&#39;t know that much about perl, so I&#39;m stabbing around in the dark a bit.<br>
<br>Thanks!<br>Nick<br>