<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I'm trying to run a script that runs fine in terminal but fails when I run from cron.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>The script uses XML::RSS::Parser.</DIV><DIV>I've set PERL5LIB env variable to my lib directory in both cron and .bashrc (needed to do this to get CPAN to install in my private lib, plus seems to eliminate the need to do "use lib..." ).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>From terminal everything works fine, but when I run from cron I get this:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">no element found at line 1, column 0, byte -1 at /usr/www/users/orygun/PerlLib/XML/Parser.pm line 187</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV><DIV><DIV> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px">I've had the script print the contents of @INC, and it's identical under both cron and from terminal.</P><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px">I've tried changing my script to use lib and removing the PER5LIB var and some other stuff, but can't seem to make any headway.</P><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR class="khtml-block-placeholder"></P><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px">Any ideas?  </P><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR class="khtml-block-placeholder"></P><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR class="khtml-block-placeholder"></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 11.0px Helvetica">--</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 11.0px Helvetica"><SPAN class="Apple-converted-space">  </SPAN>John Springer</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 11.0px Helvetica"><SPAN class="Apple-converted-space">  </SPAN>Tech Dude</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 11.0px Helvetica"><SPAN class="Apple-converted-space">  </SPAN>Democratic Party of Oregon</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 11.0px Helvetica"><SPAN class="Apple-converted-space">  </SPAN>(503)224-8200 x235</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; min-height: 13.0px"><BR></P> <BR class="Apple-interchange-newline"> </DIV><BR></DIV></DIV></BODY></HTML>