have a script that works from command but not from cron. opens a pipe to read select from mysql then opens multiple processes to read output from that select via STDIN. can somebody lend a hand? thanks
my $logdir = "piperead.$str.log";
open LOG, ">$logdir";
eval {
open WP, '-|'...
I have an xml that looks like this:
<FEED>
<FEEDNAME>Lottery.com Current Results</FEEDNAME>
<TIMESTAMP>9/24/2004 9:10:02 AM</TIMESTAMP>
<LOTTERYRESULTS>
<STATE stateid="MO" statename="Missouri">
<GAME gameid="MO544" name="Show Me 5 Paydown" >...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.