When I try to run ipodexport from the command line, regardless of parameters, I get the following:<br><br>Name &quot;main::basename&quot; used only once: possible typo at /usr/bin/ipodexport.pl line 125.<br><br>It looks like the only things close to line 125 are:<br>
<br>&nbsp;&nbsp;&nbsp; if ($debug) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print (&quot;Going into new mode\n&quot;);<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; my $storagegroup = new MythTV::StorageGroup();<br>&nbsp;&nbsp;&nbsp; $dir = $storagegroup-&gt;FindRecordingDir($basename);<br>}<br><br><br>Is anybody using ipodexport.pl successfully? Is there some secret I don&#39;t know about?<br>